

/*
 * 
 * zzzzz_store2.css 
 *
*/


/* 
 * This CSS file will be applied after all the built in styles.
 * 
 * CSS files are loaded in alphabetic order, hence the  "zzz" in 
 * the filename to force it to load after the other css files!
 * 
 * Add any local over-rides here. 
 * 
 * To totally replace a system css file, create a file of the same 
 * name in this directory. eg. messages.css
 * 
 */

body {
	background-color:#fafafa;

}

/* typography */

h1, h2{
	text-align:left;
	font-weight:normal;
}

h1 {
	font-size:170%;
}

h2 {
	font-size:130%;
}

h3 {
	font-size: 150%;
}

select, input, input, textarea, .uneditable-input {
	width: auto;
	height: auto;
}

.rd_text_center {

	text-align:center;
}

/* branding */

.ep_tm_header {
	background-image: none;
}

.ep_tm_site_logo img {
	border-style: none;
	float: left;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.ep_tm_archivetitle {
	display: none;
}

/*main content */

.ep_tm_page_content{
	width:910px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 25px;
	/* 	border: 1px solid #CCC; */
	background-color: #FEFEFE; 
	padding-bottom:50px;
}

.ep_tm_pagetitle {
	font-weight: normal;
}

/* files box */

.files_box .ep_summary_box_title a, .citation_right_lower a {
	font-size: 0.95em;
	text-decoration: none;
}

.ep_summary_box_title a {
	font-weight: normal;
}

.ep_summary_content_main p .person_name {	
	/*	font-size:130%; */ 
	font-weight:bold;

}

.rd_citation_right .file_list_heading {
	margin-bottom:0;

}

/*

.rd_citation_right .file_list_subheading {
padding-bottom: 2px;
color: black;
font-size: 110%;
border-bottom: 0px;
} 

/*

.rd_citation_right .ep_summary_box {
margin-bottom:0;
}
/*
.rd_citation_right{
width:33%;
margin-right:0px;
float:right;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
border: 1px solid #ccc;
margin-top:1em;
background-color: white;
padding: 1em 1em 2em 1em;
}

/*

/* citation core and extended metadata */ 

.rd_citation_left{
	width:98%; 
	/*	float:left; */
	margin-top: 1em;
}


.rd_citation_left .ep_summary_box {
	margin-top:10px;
	margin-bottom:0;
	padding:2px 0px;
}

.rd_citation_left .ep_summary_box_body {
	padding: 2px 0px;
}

.rd_citation_left .ep_summary_box_title, .rd_citation_right .ep_summary_box_title, .rd_upload_doc_title_bar .ep_summary_box_title, #ed_resourcemanager .ep_summary_box_title { 
	padding: 2px 6px 4px 0px;
	border-style: solid;
	border:0;
	font-size: 0.98em;
	background-image: none;
	background-color: transparent;
}

.rd_upload_doc_title_bar .ep_summary_box_title { 
	border-style: none;
	border-width: 0px;
}
.rd_citation_left .ep_summary_box_body, .rd_citation_right .ep_summary_box_body, .rd_upload_doc_title_bar .ep_summary_box_body, #ed_resourcemanager .ep_summary_box_body {
	border-width: 0px;
	background-image: none;
	background-color: transparent;

}

tr.main_meta_table_row th {
	width:30%;
	border-bottom:1px dashed #999;
	text-align:left;
}

tr.main_meta_table_row td {
	border-bottom:1px dashed #999;
	border-left:1px dashed #999;
	padding:0;	
}

.rd_metatable_td table, .rd_metatable_td table tr, .rd_metatable_td table th, .rd_metatable_td table td, .rd_metatable_td th, .rd_metatable_td tr, .rd_metatable_td td {
	border: 0;
}

.rd_metatable_td table tr, .rd_metatable_td table td {
	border: 1px dashed #eee;
}

.rd_metatable_td table th {
	border-bottom: 1px dashed #999;
	border-right: 1px dashed #999;
}

.rd_metatable_td table td {
	border-right: 1px dashed #999;
}

tr.additional_meta_link{
	background-color:#eeeeee;
	border:1px solid #999999;
}

.rd_citation_left .rd_meta_table_th {
	text-align: left;
}

.ep_doc_icon{
	width:32px;
}

span.doc_additional_meta_link {

	display:block;
	float:right;
}

span.doc_additional_meta_link a {
	color:#000;
	text-decoration:none;
	font-weight:bold;

}

span.document_filename, span.ep_document_licence, span.ep_document_security, span.ep_document_rev_number, span.ep_document_mime_type {
	display:block;
	font-size:85%;
	margin-top:-7px;
}

span.ep_document_security {
	color:red;

}       

span.document_format{
	display: block;
}

.store2_left {
	text-align:left;
}

.index .ep_tm_page_content, .no-index .ep_tm_page_content {
	box-shadow:none;
	border:0;
	padding: 0px;
	width:960px
}

/*store2 styles*/

body {
	background-color: white;
	font-family: 'Arial'; 
	color:#333333;
	font-size: 14px;

	line-height: 20px;
	margin: 0;
}

/*

@font-face {
	font-family: 'Museo-500';
	src: url('../fonts/UKDataService/Museo/24F29D_0_0.eot');
	src: url('../fonts/UKDataService/Museo/24F29D_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/UKDataService/Museo/24F29D_0_0.woff') format('woff'), url('../fonts/UKDataService/Museo/24F29D_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'MuseoSans-500';
	src: url('../fonts/UKDataService/Museo/24F29D_1_0.eot');
	src: url('../fonts/UKDataService/Museo/24F29D_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/UKDataService/Museo/24F29D_1_0.woff') format('woff'), url('../fonts/UKDataService/Museo/24F29D_1_0.ttf') format('truetype');
}

*/

a {
	text-decoration: underline;
	color: #294471;
}

a:visited {
	color: #702082;
}

h1 {
	color: #231f20;
	font-family: 'Museo-500';
	font-size: 2em;
	font-weight: normal;
	margin: 16px 0;
	padding-bottom: 1px;
}

h3 {
	color: #231f20;
	font-size: .95em;
	font-weight: bold;
	line-height: 12px;
	margin-top: 11px !important;
	padding-top: 13px;
	text-transform: uppercase;
}


.wrapper {
	width: 976px;
	margin: 0 auto;

}

.ep_summary_box_title, .ep_summary_box_body, .ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar, .ep_tab_panel, .ep_toolbox_content, .ep_upload_doc, .ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom, .ep_view_group_by {
	background-color: #FAFAFA;

}

.ep_sr_title_bar {
	background-color: rgba(99, 107, 112, 0.2);
}

.ep_tm_menu {
	background-image: none;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;

}

.ep_tm_menu, .ep_tm_menu ul {
	color: #444;
	background-color: #fff;
}

.ep_tm_menu a, .ep_tm_menu a:visited {
	color: #444;
}

.ep_tm_menu a:hover {
	background-color: white;
	background-image: none;
}

.ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter {
	background-color: white;
	background-image: none;
	background-repeat: none;
	height: 40px;
	font-size: 12px;
}
.ep_tm_page_content {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 25px;
	border: 1px solid #CCC;
	background-color: white;
	padding-bottom: 50px;
}

.ep_tm_footer {
	color: #dddddd;
	clear: both;
	margin-top: 20px;
	font-size: 80%;
	border: 0;
	padding: 20px 10px 20px 10px;
	background-color: #000;
}

.ep_blister_bar {
	margin: 25px 0;
}

.ep_blister_node {
	width: 140px;
	border-color: rgba(99, 107, 112, 0.3);
	background-color: white;
	background-image: none;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
}

.ep_blister_node_selected {
	border-width: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.ep_blister_node_selected, .ep_tab_bar li a {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #333; 
}


.rd_metatable_td table tr, .rd_metatable_td table td {
	border: 0;
}

.rd_metatable_td table th {
	border:0; 
}

.rd_metatable_td table td {
	border: 0;
}


.rd_citation_left .ep_summary_box_title, .rd_citation_right .ep_summary_box_title, .rd_upload_doc_title_bar .ep_summary_box_title,   { 
	border:0;
}

.rd_citation_right .file_list_subheading {
	border-bottom:0;
} 

tr.main_meta_table_row th {
	border-bottom:0;

}

tr.main_meta_table_row td {
	border-bottom:0;
	border-left:0;
}

th.ep_row, td.ep_row {
	border:0;
	text-align:left;
}

th.ep_row {
	width: 30%;
}

table.ep_multi tr:first-child th.ep_multi_heading, table.ep_multi tr:first-child td.ep_multi_input, table.ep_multi tr:first-child td.ep_multi_help, th.ep_multi_heading, td.ep_multi_input, td.ep_multi_help, .ep_subjectinput_selections, .ep_subjectinput_selections td{
	border: 0;
}

.ep_upload_fields th, th.ep_multi_heading {
	text-align: left;
}

th.ep_multi_heading {
	width: 30%;
	vertical-align:top;
}

.ep_upload_doc .ep_upload_doc_title_bar {
	border-bottom: solid 1px #ccc;
}

.ep_form_action_icon img, .ep_doc_icon img {
	width: 20px;
}

.ep_manageable {
	border-color: #cccccc;
}


th.ep_title_row {
	border-color: #ccc;
	background-color: #eee;
}

.ep_form_action_button, .ep_form_internal_button, .ep_tm_searchbarbutton, .ep_blister_node_selected {
	border: 1px solid #ccc;
	background-image: none;
	background-color: #eee;
	color: #444;
}

.ep_form_action_button, .ep_form_internal_button {
	font-size: 0.95em;
	padding: 0px 6px;
}

.ep_msg_warning_content {
	background-color: rgba(239, 51, 64, 0.07);
	border-color: rgba(239, 51, 64, 0.1);
	background-image: none;
}

.store2_required {
	color: #e10098;
	font-size: 2.3em;
	font-weight: bold;
	display: inline;
	vertical-align: -50%;
}

.ep_sr_title .store2_required {
	vertical-align: -70%;
}

.ep_sr_component .ep_form_input_grid {
	margin: 20px 0 20px 20px;
}

.ep_multi .ep_form_input_grid {
	margin: 0px 0px 0px 5px;
}

/*temp */

.ep_manageable_controls ul {
	margin:0; !important;
}

.nav-small-store2-adjust {
	display: block;
	float: none;
	font-size: .9em;
	margin-left: 10px;
	padding: 9px 0;
	text-decoration: none;
	color: #702082 !important;
}

.store2_index_search {                                                                                                
	border: 1px solid #ddd;
	background-color: #eee;                                                                                      
	margin: 0px 0 20px 0;                                                                                        
	padding: 3px;                                                                                                
}                                                                                                                    

.store2_index_search .ep_tm_searchbarbox {                                                                            
	border: 5px solid #eeeeee;                                                                                   
	width: 85%;                                                                                                  
}                                                                                                                    

.store2_index_search .ep_tm_searchbarbox {                                                                            
	border-radius: 0px;                                                                                          
	padding: 8px 0;                                                                                              
	margin: 0px 0px;                                                                                             
}

.ep_tm_searchbarbutton {
	font-size: 1em;
	padding: 5px;
}

.store2_new_deposit {
	width: 100%;
	display: table;
}

.store2_new_deposit_inner {
	display: table-cell;
	text-align: center;
	padding: 6px;
	vertical-align: middle;
}

.store2_new_deposit_inner .btn-succes {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	background-image: none;
}

.store2 {
	margin-bottom:20px;

}

h1.store2_page_title {
	margin: 28px 0;
}

.file_list_subheading, .resource_list_subheading {
	font-weight: bold;
	color: #231f20;
	font-size: 0.98em;
}

.tab-content {
	position: relative;
}

div.ep_subjectinput_tree {
	margin-left: 0;
	margin-top:20px;
}

.ep_subjectinput_tree dl {
	margin: 0;
}

.ep_subjectinput_tree dl dt {
	
	padding-bottom: 5px;
	margin-bottom: 12px
}

.store2_subjectinput_selected_noshow {
	
	color: #3c763d;
}

.store2_subjectinput_remove_text {
	
	color: #3c763d;
	padding: 5px 10px;
	margin-left: 10px; 
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
}

.ep_subjectinput_tree dl dt i {
	
	background-color: #5eb95e;
	width:16px;
	height:16px;
	line-height:16px;
	margin:0;
	margin-left:15px;
	margin-right:13px;
	border-radius:2px;
}

td.ep_subjectinput_selected_subject, td.ep_subjectinput_selected_remove {
	padding-bottom: 10px;

}

label {
	font-size:1em;
}


table.ep_form_input_grid tr td input[id*="url"]{

	width: 400px;
}

table.ep_form_input_grid tr td input[id*="name"]{

	width: 180px;
}

table.ep_form_input_grid tr td input.ep_eprint_award, table.ep_form_input_grid tr td input.ep_eprint_award_grant_number {
	max-width: 380px;
}

table.ep_form_input_grid tr td input[id*="creators"], table.ep_form_input_grid tr td input[id*="copyright_holders"], table.ep_form_input_grid tr td input[id*="contact"], table.ep_form_input_grid tr td input[id*="contributors"]{
	width: 125px;
}

table.ep_form_input_grid {
	max-with: 20px;
}

.store2_new_deposit_inner a{
	text-decoration:none;
}

.store2_new_deposit_inner a:visited{
	color: #ffffff;
	text-decoration: none;
}

.footer-bar a, .footer-bar a:hover {
	color: #ffffff;
}

#ed_resourcemanager #ep_review_instructions {
	-moz-border-radius: 1px;
	background: url("../images/ukdataservice/nav-extender-background.gif") repeat #fff; 
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border-top: 7px solid #000000;
	/* border: 1px solid #ccc; */
	margin-top: 7px;
	padding: 12px 12px 12px 12px;
	position: relative;
}

.store2_new_dc {
	height: 50px;
	margin-bottom: 20px;
}

.store2_new_dc_pad {
	text-align: center;
}

#store2_mydataform_div {
	padding: 20px 1% 0 1%;
	display: table;
	/* padding: 1% 1%; */
}

.store2_new_dc .ep_form_action_button, .ep_form_internal_button {
/*	font-size: 14px;
	text-transform: uppercase;
	padding: 6px;
	font-weight: bold; */

padding: 4px 10px;
margin-top:6px;
background-color: #eeeeee;
border:1px solid #cccccc;
color: #444444;
border-radius: 3px;
font-size: 14px;

/*
margin: 0.25em 0;
border-radius: 1px;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
background-color: #eeeeee;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-bottom-color: #a2a2a2;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-radius: 1px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
color: #333333;
cursor: pointer;
display: inline-block;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
padding: 4px 12px;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
*/
}


.well {
	background-color: #FAFAFA;
	border-color: #CCCCCC;
	border-radius:2px;

}

.box h3 .box a{
	border-top: 0;
	color: #fff;
	padding-top: 0;
}

.ep_sr_collapse_link img, .ep_update_doc_options img, .ep_summary_box_title img, .ep_sr_show_help img {
	vertical-align: middle;
}

.ep_sr_show_help img {
	vertical-align: top;
}

.ep_summary_box_title, .ep_sr_title_bar, .ep_sr_collapse_bar, .ep_tab_bar li a, .ep_sr_content, .ep_summary_box_body, .ep_tab_panel, .ep_toolbox_content, .ep_upload_doc, th.ep_title_row{
	background-image: none;
	background-repeat: no-repeat;
}

.ep_summary_box_title, .ep_sr_title_bar, th.ep_title_row {
	background-color: #eee;
}

.ep_sr_title_bar table tr > td:last-of-type {
	vertical-align: top;
	padding-top: 1px;
}

.ep_subjectinput_tree a {
	text-decoration: none;
}

td.ep_form_input_grid_arrows img {
	max-width: 14px;
	margin: 0 -2px;
}

.ep_sr_collapse_link img {
	max-width: 14px;
}

.edshare_taglite {
	margin-left:20px;
}

.edshare_taglite input {
	margin-bottom: 0;
	margin-right:5px;
}

.reshare_keyword {
	color: #3c763d;
	font-weight:bold;
}

.ep_msg_message_content {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	background-image: none;
}

.ep_tab_bar li.ep_tab_selected a {
	background-color: #FAFAFA;
}


.ep_summary_content_main table, .ep_search_results table, .ep_tab_panel table {
	width: 100%; 
}

td.ep_columns_cell:first-child, th.ep_columns_title, td.ep_columns_cell, td.ep_columns_alter {
	border: 1px solid #ddd;
}


th.rd_meta_table_th {
	vertical-align: top;
}

.ep_tab_panel table {
	border:0;
}

.reshare_article_logo {
	width: 220px;
}

.rd_actions_div table {
	max-width: 100%;
}

/*
 * 
 * zzzzz_store2_O1-bootstrap-responsive-over.css 
 *
*/

@media (max-width: 767px) {
    /* Mobile View START */

	.store2 {margin-top:30px}
	h1.store2_page_title {margin:0;}
	.article-image-text {margin-left:0;}
}

/*
 * 
 * zzzzz_store2_datepicker.css 
 *
*/

.ep_datepicker {
	background-color: white;
	padding: 5px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 4px;
	float: left;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}

.ep_datepicker table td:hover {
	background-color: #eee;
	font-weight: bold;
	border-radius: 2px;
}

.ep_datepicker table th, .ep_datepicker table td {
	text-align:center
}

.ep_datepicker table th a, .ep_datepicker table td a {
	padding: 7px;
}

.ep_datepicker table td a {
	text-decoration: none;
}
.ep_dp_year, .ep_dp_month {
	text-align: center;
}

.ep_dp_year a {
	padding: 0 5px;
	text-decoration: none;
	font-style:bold;	
}

.ep_dp_month a {
	text-decoration: none;
}


/*
 * 
 * zzzzz_store2_resource_manager.css
 *
*/
.ed_resourcemanager_filter_box_title
{
	font-size:14px;
	font-weight:bold;
}

.ep_tab_panel
{
	height: auto;
}

/*.ed_resourcemanager_content*/
.ep_bulkaction_form
{
	display: inline;
}

.ed_resourcemanager_filter_box, .ed_resourcemanager_filter_box_content
{
	width: 200px;
	display: inline;
}

.ep_manageable_action_button
{
}

.ep_manageable_action_icon
{
	vertical-align: middle;
	padding: 0 5px;
}

.ep_resource_manager_filter {
	background-color: #ececec;
	border-color: #c4caf2;
	border-style: solid;
	border-width: 2px;
	margin: 10px;
	padding: 5px;
	width: 270px;
}

.ep_resourcemanager_tag {
	padding: 2px;
}

.ep_manageable_data
{
	vertical-align:center;
	margin: 2px;
}

.ep_manageable, .ep_resourcemanager_block {
	background-color: transparent;
	border:0;
	border-top: 1px solid #ccc;
	margin: 5px 0%;
	padding: 1px 0%;
	text-align: left;
}

.ep_resourcemanager_block {
	text-align: center;
}

.ep_manageable:hover {
	cursor: pointer;
}

.ep_manageable {
	float: left;
	width: 100%;
}

.ep_manageable.ep_manageable_selected {
	border-color: #007d92;
}

.ep_bulkaction_summary_list {
	height: 300px;
	overflow: auto;
}
.ep_manageable_data_wrapper {
	float: left;
	width: 100%;
	margin-right: -120px;
}

.ep_manageable_data {
	margin: 0;
	padding: 0;
	margin-right: 120px;
	vertical-align: middle;
}

.ep_manageable_data .ep_manageable_data_title {
	font-size: 14px;
}

.ep_manageable_metadata {
	list-style: none;
}

div.ep_manageable_controls {
	display: block;
	float: right;
	width: 120px;
	padding: 0px;
	margin: 0px;
}

.ep_manageable_controls ul {
	padding: 0px;
	margin: 0px;
}

div.ep_manageable_controls li {
	list-style: none;
	display: inline;
}

.ep_manageable_controls a {
	text-decoration: none;
}

.ep_resourcemanager_filter {
	text-align: center;
}

.ep_resourcemanager_filter_text {
	font-size: 1.6em;
}

div.ep_manageable_controls > ul > li.ep_manageable_less_arrow { display:none;}
.ep_manageable_more { display:none;}

div.ep_manageable_showing_more > div.ep_manageable_controls > ul >li.ep_manageable_more_arrow { display:none; }
div.ep_manageable_showing_more > div.ep_manageable_more { display:inline; }
div.ep_manageable_showing_more > div.ep_manageable_controls > ul > li.ep_manageable_less_arrow { display:inline; }

#manageable_list {
	margin-top: 10px;
}

.store2_mydatadeposit {
	font-weight:bold;
	font-size: 115%;
}

.store2_bulk_action_select {
	width:230px;
}



