

html {
	-webkit-font-smoothing: antialiased;
}

html, body {
	margin:0;
}

body {
	font-family: Ubuntu, Helvetica, Arial;
	font-weight: lighter;
	background-color: #eee;
	font-size: 14px;
}

a {
	color: #666;
	text-decoration: none;
}

img {
	border: 0px;
}

.popup_box h1 {
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 24px;
	color: #333;
}

.folder_container:hover .folder_edit {
	visibility: visible;
}

.folder_edit:hover {
	background-color: #f60;
}

.folder_edit {
	visibility: visible;
	float: right;
	border: 1px solid #eee;
	background-color: #aaa;
	width: auto;
	box-shadow: 0px 2px 10px rgba(0,0,0,.1);
	color: #fff;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.folder_modifiable h1 {
}

.folder_icon {
	width: 50px;
	vertical-align: middle;
	margin-right: 10px;
}

#new_folder_form {
	margin: 0px 15px 0px 15px;
	padding-bottom: 20px;
}

#new_folder_form input[type=text] {
	padding: 7px;
	font-size: 14px;
	border: 1px solid #eee;
	min-width: 300px;
	height: 24px;
	line-height: 24px;
}

.folder_container {
	margin-bottom: 20px !important;
}

#upload_dialog_progress_bar {
	background-color: #f60;
	position: relative;
	height: 100%;
	width: 1%;
}

#upload_dialog_progress_container {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 30px;
	border: 4px solid white;
	background-color: #fff;

}

#popup_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #333;
	background-color: rgba(0,0,0,.5);
	z-index: 999999;
}

.popup_box {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.popup_box_inner {
	position: absolute;	
	background-color: #f5f5f5;
	background-color: rgba(250,250,250,.95);
	box-shadow: 0px 0px 30px rgba(0,0,0,.2);
	height: 450px;
	width: 700px;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -350px;
}

.popup_box_close {
	display: block;
	background-color: #f70;
	position: absolute;
	right: 0px;
	width: 30px;
	height: 30px;
}

.popup_box_content {
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	padding: 30px;
	width: inherit;
	height: inherit;
}

#top_bar {
	background-color: #333;
	height: 120px;
	box-shadow: 0px 10px 30px rgba(0,0,0,.2);	
}

#top_logo {
	margin-top: 50px;
	margin-left: 30px;
	width: 121px;
	height: 52px;
	position: absolute;
}

#top_menu {
	width: 100%;
	position: absolute;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 75px;
}

#top_menu li {
	color: #fff;
	float: right;
	margin-right: 40px;
	font-weight: 300;
	padding-bottom: 8px;
	cursor: pointer;
}

#top_menu li:hover {
	border-bottom: 2px solid #f60;
}

#top_menu a {
	color: #fff;
	text-decoration: none;
}

#login_info_bar {
	width: 100%;
	position: absolute;
	text-align: right;
	margin-top: 20px;
}

#login_info {
	margin-right: 40px;
	font-size: 24px;
	color: #999;
	font-weight: 300;
}

#content {

	padding: 30px;
	margin-bottom: 100px;

}

table {
	border-spacing: 0px;
}

.p_table {

	margin: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	font-family: Ubuntu, Helvetica, Arial;
	color: #000;
	box-shadow: 0px 2px 10px rgba(0,0,0,.1);
}

.p_table th, .p_table td {
	padding: 10px;
	border: 1px solid #ddd;
}

.p_table th {
	background-color: #f5f5f5;
	color: #666;
	font-weight: 300;
}

.p_table td {
	background-color: #fff;
}

.wide_container {
	width: 100%;
	min-width: 800px;
	max-width: 1600px;
	margin: auto;
}

.narrow_container {
	width: 100%;
	min-width: 800px;
	max-width: 1000px;
	margin: auto;
}

.padded_content {
	margin: 0px 20px 0px 20px;
	padding-bottom: 20px;
}

.table_toolbar {
	margin: auto;
	text-align: right;
}

.table_toolbar img {
	width: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.upload_bar, .folder_container, .general_container {
	background-color: #fff;
	box-shadow: 0px 2px 10px rgba(0,0,0,.1);

}

.upload_container h1, .folder_container h1, .wide_container h1, .general_container h1 {
	padding: 15px;
	margin: 0px;
	font-size: 24px;
	font-weight: 300;
}

.upload_drop_area {
	text-align: center;
	background-color: #f5f5f5;
	padding: 20px;
	font-size: 18px;
	color: #666;
}

.upload_dd_info img {
}

.upload_drop_area img {
	width: 40px;
	margin-right: 10px;
	vertical-align: middle;
}

.upload_manual_info {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.upload_button {
	border: 1px solid #eee;
	background-color: #f70;
	width: 300px;
	margin: auto;
	margin-top: 10px;
	box-shadow: 0px 2px 10px rgba(0,0,0,.1);
	color: #fff;
	padding: 10px;
	cursor: pointer;
}

.upload_button:hover {
	background-color: #e60;
}

.cover_list {

	list-style: none;
	margin: auto;
	padding: 0px;
	min-width: 800px;
	max-width: 1600px;
	margin: 0px 10px 10px 10px;
}


.cover_list li {
	float: left;
	width: 194px;
	height: 310px;
	margin: 1px;
	overflow: hidden;
}

.cover_list li:hover {
	background-color: #f5f5f5;
	box-shadow: 0px 2px 10px rgba(0,0,0,.1);
}

/*
.cover_list .cover_img {
	display: block;
	margin: auto;
	max-width: 180px;
	max-height: 240px;
	margin-top: 10px;
	box-shadow: 0px 2px 10px rgba(0,0,0,.2);
}
*/
.cover_list .cover {
	background-position: center;
	display: block;
	margin: auto;
	width: 160px;
	height: 220px;
	margin-top: 5px;
	box-shadow: 0px 2px 10px rgba(0,0,0,.2);	
}

.cover_list div {
	padding-left: 5px;
	padding-right: 10px;
}

.cover_list .cover_img_container {
	width: 197px;
	overflow: visible;
	height: 240px;
	padding: 0px;
	margin: 0px;
	line-height: 240px;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
}

.cover_list .cover_img_container img {
    vertical-align:bottom;
    max-width:92%;
    max-height:96%;
   	box-shadow: 0px 2px 10px rgba(0,0,0,.2);
}

.cover_warning_container {
	position: absolute;
	height: 60px;
	width: inherit;
	margin-top: 50px;
	padding: 0px !important;
	text-align: center;
}

.cover_warning_container .cover_warning {
	width: 120px;
}

.cover_list .cover_info {
	margin-top: 7px;
	width: 190px;
	padding: 0px;
}

.cover_list .cover_title {
	overflow: hidden;
	max-height: 48px;
	font-weight: normal;
	color: #666;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.cover_list .cover_date {
	color: #999;
	font-size: 12px;
}

.cover_list .cover_toolbox {
	display: none;
	z-index: 9999;
	margin-top: 0px;
	position: absolute;
	width: inherit;
	height: 0px;
	text-align: right;
	padding: 0px;
}

.cover_list .cover_progress_container {
	z-index: 9999;
	margin-top: 100px;
	position: absolute;
	width: inherit;
	height: 25px;
	padding: 0px;
	background-color: transparent;	
}

.cover_list .cover_progress_bar_container {
	margin: 5px;
	margin-left: 30px;
	margin-right: 30px;
	width: auto;
	height: 15px;
	padding: 0px;
	background-color: #eee;	
	box-shadow: 0px 2px 4px rgba(0,0,0,.15);
	border: 1px solid #eee;
	border-width: 3px;
	-webkit-animation: pulse 3s infinite ease-in-out;
	animation: pulse 3s infinite ease-in-out;
}

.cover_list .cover_progress_bar {
	margin: 0px;
	width: 0%;
	height: 15px;
	padding: 0px;
	background-color: #ff6600;	
}

.cover_open_button {
	position: relative;
	margin: auto;
	width: 65px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin-top: -30px;
	margin-bottom: 0px;
	background-color: #f70;
	text-align: center;
	font-size: 12px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: none;
	padding: 0px !important;
}

.no_select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cover_pending {
	opacity: .2;
}

.button_hidden {
	display: none !important;
}

.tool_delete {
	background-color: #f70;
	float: right;
	width: 25px;
	height: 25px;
	line-height: 25px;	
	padding: 0px !important;
	text-align: center;
}

.tool_delete img {
	width: inherit;
	height: inherit;
}

.cover_list li:hover .cover_toolbox {
	display: block;
}

.cover_list li:hover .cover_open_button {
	display: block;
}

#login_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	box-shadow: 0px 2px 10px rgba(0,0,0,.1);
	margin-left: -150px;
	margin-top: -170px;
	background-color: #fff;
	padding-bottom: 1px;
}

.box_block {
	margin: 10px;
}

#overlay_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999999;
	background-color: rgba(0,0,0,.5);
}

#login_box input {
	outline-width: 0px;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-weight: 300;
}

.dark_background {
	background-color: #333;
}

.label_wrap {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #eee;
}

.inline_button {
	display: inline !important;
	margin-left: 10px !important;
}

.action_button {
	/*border: 1px solid #eee;*/
	border: 0px;
	background-color: #f70;
	width: auto;
	display: block;
	margin: auto;
	text-align: center;
	box-shadow: 0px 2px 10px rgba(0,0,0,.1);
	color: #fff;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	cursor: pointer;
	border-radius: 0px;
	-webkit-appearance: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.red_button {
	background-color: #c00 !important;
}

.red_button:hover {
	background-color: #a00 !important;
}

.grey_button {
	background-color: #555 !important;
}

.grey_button:hover {
	background-color: #444 !important;
}

.disabled_button {
	background-color: #aaa !important;
}

.floating_button_r {
	float: right;
}

.action_button:hover {
	background-color: #e60;
}

.login_error {
	text-align: center;
	color: red;
}

.upload_hover {
	background-color: #fec !important;
}

.upload_c_hover {
	background-color: #fff9d9 !important;
}

#upload_progress_container {
	margin: 20px;
	margin-top: 10px;
	height: 30px;
	border: 5px solid #fff;
	background-color: #fff;
}

#upload_progress_percent {
	text-align: center;
	line-height: 30px;
	margin-top: -30px;
}

#upload_progress_bar {
	width: 0%;
	height: 30px;
	background-color: #f70;

}

.upload_metadata_container {
	padding-bottom: 10px;
}

#upload_file_name {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}

.upload_metadata_container {
	padding-top: 1px;
	background-color: #f0f0f0;
}

.block_third {
	width: 20%;
	margin-right: 0px !important;
	float: left;
}

.upload_metadata_block {
	margin: 20px;
	margin-top: 0px;
}

.upload_metadata_block {
	margin: 20px;
	margin-top: 0px;
}

.upload_metadata_block .field_wrap {
	margin-top: 5px;
	padding: 5px;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
}


.upload_metadata_block input[type=text] {
	padding: 0px;
	border: 0px;
	width: 100%;
	font-size: 18px;
	outline-width: 0px;
}

.transparent {
	background-color: transparent !important;
}

.account_selector_info {
	font-size: 14px;
}

.upload_save_container {
	text-align: right;
	margin-right: 20px;
	margin-top: -60px;
}

.clear {
	clear: both;
	display: block;
	margin: 0;
	height: 0px;
	line-height: 0px;
}

.load_indicator {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

.dialog_row_float {
	float: left;
	width: 30%;
}

.dialog_bottom {
	position: absolute;
	bottom: 20px;
}

.dialog_row {
	margin-bottom: 10px;
}

.dialog_row_grayed {
	opacity: .5;
}

.dialog_url_box {
	background-color: #eee;
	border-radius: 5px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	font-size: 14px;
}

.dialog_row h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: 300;
}

.dialog_row textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	border:0;
	font-size: 14px;
	padding: 6px;
}

.dialog_row input[type=text] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	border:0;
	font-size: 14px;
	padding: 6px;
}

.dialog_row .cb_pad {
	padding: 6px;
	background-color: #fff;
}

.dialog_error {
	background-color: #fcc;
	padding: 10px;
	border: 3px solid #fff;
}

.pub_edit_left {
	width: 65%;
}

.pub_edit_right {
	float: right;
	text-align: center;
	width: 30%;
	padding: 0px;
}

.pub_edit_right .edit_cover_img {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 190px;
	max-height: 280px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}

.pub_edit_right .action_button {
	margin-bottom: 10px;
}

.dialog_pad {
	padding: 6px;
	background-color: #fff;
}

.pub_editor_link {
	font-weight: normal;
	color: #333;
	font-size: 16px;
}

.folder_delete_button img {
	height:16px;
	vertical-align: middle;
	margin-right: 5px;
}

.folder_delete_button {
	line-height: 18px;
	float: right;
	padding: 4px;
	background-color: #666;
	color: #fff;
	font-size: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	margin: 10px;
	margin-top: 5px;
}

.pub_editor_link_button {
	float: right;
	padding: 4px;
	background-color: #f70;
	color: #fff;
	font-size: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	margin-left: 5px;
}

.floating_button {
	float: left;
	margin-right: 10px;
}

.no_publications {
	color: #aaa;
	border: 2px dashed #eee;
	margin: 20px;
	padding: 20px;
	font-size: 14pt;
	text-align: center;

}

.no_publications_container {
	padding-top: 1px;
	margin-bottom: -15px;
}

@keyframes pulse {
	0% { background-color: #f5f5f5; border-color: #f5f5f5; }
	80% { background-color: #f5f5f5; border-color: #f5f5f5; }
	90% { background-color: #fff; border-color: #fff; }
	100% { background-color: #f5f5f5; border-color: #f5f5f5; }
}

@-webkit-keyframes pulse {
	0% { background-color: #f5f5f5; border-color: #f5f5f5; }
	80% { background-color: #f5f5f5; border-color: #f5f5f5; }
	90% { background-color: #fff; border-color: #fff; }
	100% { background-color: #f5f5f5; border-color: #f5f5f5; }
}

.stats_table {
	width: 100%;
	border: 0px solid #ddd;
	border-spacing: 1px;
	font-size: 14px;
	padding-bottom: 20px;
}

.stats_table th {
	background-color: #777;
	color: #fff;
	font-weight: normal;
}

.stats_table td, .stats_table th {
	padding: 6px;
	vertical-align: top;
	text-align: left;
}

.stats_table td {
	font-weight: lighter;	
}

.stats_table tr {
	background-color: #f9f9f9;
}	

.tr1 td {
	background-color: #f2f2f2;
}

.tr2 td {
	background-color: #f9f9f9;
}

.stats_account_chart_container {
	margin-bottom: 20px;
}

.stats_publication_views_range_select a {
	display: block;
	float: left;
	padding: 10px;
	border: 1px solid #f5f5f5;
	margin-right: 3px;
}

.stats_publication_views_range_select .selected_range {
	background-color: #e5e5e5;
	color: #333;
	/*border: 1px solid #ff8800;*/
}

.stats_chart_footer {
	color: #888;
}

.stats_chart_footer span {
	font-weight: bold;
}

.narrow_container h2 {
	color: #444;
	font-weight: lighter;
}

.stats_range_text_container {
	float:right;
	color: #999;
	font-size: 16px;
	font-weight: lighter;
	line-height: 40px;
}

.ajax_container {
	position: relative;
	min-height: 50px;
}