/*
 * UniForm v2.0
 *
 * 
 * Copyright 2013 UniCat
 * 
 * “Unifying Concepts in Catalysis” is a Cluster of Excellence
 * funded by the German Research Foundation (DFG) 
 * within the framework of the German Initiative for Excellence.
 *
 * Designed and built by phil preikschas
 * 
 */

/* --- General && Layout --- */
body {
	padding-top: 120px;
	margin-bottom: 10px;
}
body.admin {
	padding-top: 140px;
}
noscript { 
	position: absolute;
	top: 0;
	z-index: 9999;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-color: #fe2e2e;
	color: #fff;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.main {
	margin: 0 auto 1000px;
}
.container.main
{
	width: 1024px;
}
.center
{
	text-align: center !important;
}
.borderless
{
	border       : 0 !important;
	border-radius: 0 !important;
}
.invisible
{
	opacity: 0;
}
.hidden
{
	display: none !important;
}
.overlay {
	background: #fff;
	opacity: 0.7;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1050;
}
.forbidden
{
	cursor : not-allowed;
	opacity: 0.25;
}
/* --- Feed --- */
.feed {
	border: 1px #ddd solid;
	font-size: 11px;
	padding: 8px;
	position: absolute;
	width: 286px;
}
.feed a {
	color: #000;
	border-top: 1px solid #ddd;
	display: block;
	margin-top: 5px;
	padding-top: 10px;
	text-align: right;
}
.feed a:hover {
	color: #a00a0b;
}
/*PP*/
.feed .area {
	text-transform: uppercase;
}
.feed .journal {
	color: #666;
}
.feed .logorow {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
.feed .raquo {
	font-size: 16px;
}
.feed .title {
	color: #a00a0b;
	font-size: 14px;
}
#feed_1_0 {
	background-color: #000;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1em;
	text-transform: uppercase;
}
#feed_1_0 span {
	font-size: 60px;
	font-weight: 500;
	line-height: 1em;
}
#feed_1_2 {
	background-color: #365e7d;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1em;
	text-transform: uppercase;
}
#feed_1_2 .collaboration,
#feed_1_2 .authoren,
#feed_1_2 .institutions {
	font-weight: 500;
}
#feed_4_2 {
	background-color: #367d4c;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
}
#feed_4_2>span {
	font-size: 30px;
	font-weight: 300;
	line-height: 1em;
	text-transform: uppercase;
}
#tu {
	margin-right: 40px;
}
#fhi {
	margin-right: 50px;
}

/* --- Steps --- */
.steps .progress {
	margin-top: 20px;
}
.steps .wrapper {
	background-color: #f2f2f2;
	border-radius: 6px;
	padding: 10px;
}
/* Step 1 pre */
#domain input
{
	margin-top: -4px;
}
#domain span
{
	padding-left :  5px;
	padding-right: 15px;
}
.domain input
{
	margin: 0px;
}
.domain span
{
	font-size: 13px;
	margin   : 5px;
}
/* Step 1 */
.step1 input {
	width: 266px;
}
.step1 select {
	margin-bottom: 30px;
	width: 278px;
}
.step1 .buttons-set {
	margin-top: 10px;
}

/* Step 2 */
.step2 p {
	margin: 20px 0 5px;
}
.step2 fieldset {
	padding: 0;
}
.step2 .addAutor {
	margin-left: 0;
}
.step2 .areas {
	border: 1px #333 solid;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	height: 40px;
	opacity: 0.3;
	padding-top: 20px;
	text-transform: uppercase;
	width: 60px;
	border-radius: 1em;
	border-style: outset;
}
.step2 .areas-a {
	background-color: peru;
	border-color    : peru;
}
.step2 .areas-b {
	background-color: deepskyblue;
	border-color    : deepskyblue;
}
.step2 .areas-c {
	background-color: olive;
	border-color    : olive;
}
.step2 .areas-d {
	background-color: #365e7d;
	border-color    : #365e7d;
}
.step2 .areas-e {
	background-color: #367d4c;
	border-color    : #367d4c;
}
.step2 .areas-unisyscat
{
	background-color: orange;
	border-color    : orange;
}
.step2 .areas-z, .step2 .areas-u-z {
	background  : rgba(237,70,70,1);
	border-color: rgba(237,70,70,1);
}
.step2 .areas-einstein {
	background-color: purple;
	border-color    : purple;
}
.step2 .auflage input {
	width: 127px;
}
.step2 .buttons-set {
	margin-top: 10px;
	width: 650px;
}
.step2 .first {
	margin: 0 0 5px;
}
.step2 .middle {
	margin: 10px 0 5px;
}
.step2 .review {
	margin-left: 5px; 	
}
.step2 .review select,
.step2 .year select {
	width: 140px; 	
}
.step2 .seiten {
	margin-left: 160px;
	width: 290px;
}
.step2 .seiten.buch {
	margin-left: 20px;
}
.step2 .seiten input {
	float: left;
	margin-right: 5px;
	width: 124px;
}
.step2 .top {
	margin: 40px 0 5px;
}
.step2 .volume {
	width: 160px;
}
.step2 .volume input {
	width: 127px;
}
.step2 .wrapper {
	padding: 10px 15px 10px 15px;
}
.step2 .zeitschrift input {
	float: right;
	width: 270px;
}
.step2 .zeitschrift select {
	float: left;
	width: 285px;
}

/* Step3 */
.step3 .buttons-set {
	margin-top: 10px;
}
.step3 .wrapper {
	margin-top: 40px;
}
.step3 h4 {
	margin: 10px 0 20px;
}

/* Progress Bar */
/* Step 1 pre */
.step1pre .progress.active .bar
{
	animation        : step1pre 1s;
	-webkit-animation: step1pre 1s;
	width            : 12.5%;
}
@keyframes step1pre
{
	from { width:    0%; }
	to   { width: 12.5%; }
}
@-webkit-keyframes step1pre
{
	from { width:    0%; }
	to   { width: 12.5%; }
}
/* Step 1 */
.step1 .progress.active .bar
{
	animation        : step1 1s;
	-webkit-animation: step1 1s;
	width            : 25%;
}
@keyframes step1
{
	from { width: 12.5%; }
	to   { width: 25%;   }
}
@-webkit-keyframes step1
{
	from { width: 12.5%; }
	to   { width: 25%;   }
}
/* Step 2 */
.step2 .progress.active .bar
{
	animation        : step2 1s;
	-webkit-animation: step2 1s;
	width            : 50%;
}
@keyframes step2 {
	from { width: 25%; }
	to   { width: 50%; }
}
@-webkit-keyframes step2
{
	from { width: 25%; }
	to   { width: 50%; }
}
/* Step 3 */
.step3 .progress.active .bar
{
	animation        : step3 1s;
	-webkit-animation: step3 1s;
	width            : 75%;
}
@keyframes step3
{
	from { width: 50%; }
	to   { width: 75%; }
}
@-webkit-keyframes step3
{
	from { width: 50%; }
	to   { width: 75%; }
}
/* --- Overview --- */
.overview h1 {
	margin-top: 0;
}
.odd {
	background-color: #ccc;
}
.admin-tools {
	margin-bottom: 20px;
}
.title-block
{
	border-bottom : 1px solid #000;
	font-size     : 1.1rem;
	font-weight   : bold;
	margin-bottom : 0.3rem;
	padding-bottom: 0.1rem;
}

#title-double-percent,
#title-double-pages {
	margin-bottom: 0;
}
/* --- Login && Register */
.login {
	margin-top: 2rem;
}
.login button {
	margin-top: 10px;
	width: 260px;
}
.login input {
	margin-top: 10px;
	width: 246px;
}
.login .form-horizontal .controls {
	margin-left: 0;
}
.login .login-container p {
	padding: 0 15px;
}
.login .top {
	background: rgba(237,70,70,1);
	border-radius: 6px 6px 0px 0px;
	color: #fff;
	margin: 0 0 15px 20px;
	padding: 10px 15px;
	text-align: left;
	width: 270px;
}
.login .top a {
	color: #000;
}
.login .top a:hover {
	color: #fff;
}
.login .wrapper {
	background-color: #f2f2f2;
	border-radius: 6px;
	padding: 0 0 10px;
	text-align: center;
}

/* logout */
.logout {
	margin-top: 15%;
	text-align: center;
}
.logout .thanks {
	display: block;
	font-size: 44px;
	font-weight: 300;
	margin-top: 20px;
	line-height: 1em;
}

/* Admin */
.admin .nav-collapse.adminbar {
	background-color: #000;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.admin .nav-collapse.adminbar .nav {
	display: block;
	float: none;
	margin: 0 auto;
	width: 940px;
}
.admin .nav-collapse.adminbar .nav li {
	padding-right: 10px;
}
.admin .nav-collapse.adminbar .nav li a {
	color: #fff;
	padding: 0;
	line-height: 20px;
	text-decoration: none;
	text-shadow: none;
}

.not-activated
{
	font-size    : 1.5rem;
	margin-bottom: 0.5em;
	text-align   : center;
}

.user-status
{
	margin-bottom: 0;
}

.table-striped td
{
	vertical-align: middle;
}

.error input
{
	border     : 1px solid #b94a48;
	box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color      : #b94a48;
	font-weight: bold;
}
/* teamleader-publications-count-listing */
#tl-pl-h1
{
	margin-bottom: 1.5em;
	margin-top   : 1em;
}

#tl-pl-tb
{
	margin       : auto;
	margin-bottom: 2em;
}

#tl-pl-tb thead, #tl-pl-tb tbody
{
	border-bottom: 3px solid black;
}

#tl-pl-tb tbody th
{
	text-align: left;
}

#tl-pl-tb th, #tl-pl-tb td
{
	padding: 0.5em 1em 0.5em 1em;
}

#tl-pl-tb tr
{
	border-bottom: 1px solid black;
}

#tl-pl-tb .col-left
{
	border-right: 1px solid black;
}

#tl-pl-tb .col-right
{
	border-left: 1px solid black;
}

#oa_statistic
{
	margin-bottom: 0.7rem;
}

#oa_statistic tr :first-child
{
	font-weight: bold;
}

#oa_statistic td:first-child
{
	padding-left: 0.6rem;
}

#oa_statistic td
{
	padding: 0.3em
}

.underline
{
	text-decoration: underline;
}

.cursor-default
{
	cursor: default;
}

.alert-attention
{
	background-color: #fc3;
	border-color: #e97;
	color: #8af;
}

#login_select_tl-id
{
	width: 260px;
}

.admin-tools .row
{
	margin-top : 0.5em;
	margin-left: 0;
}

button.btn-continue[disabled="disabled"]
{
	color           : #aaa;
	cursor          : not-allowed;
	background-color: #eee;
}

.operations li
{
	margin-bottom: 0.5em;
}

.operations ul
{
	list-style-type: none;
}

.pass-char-space
{
	letter-spacing: 0.2em;
}

.margin-no
{
	margin: 0;
}

.operations a
{
	width: 90%;
}

option.error, .login_input.error
{
	color: indianred;
}

.email-clone
{
	color       : orangered;
	font-size   : 1.5em;
	padding-left: 0.2em;
}

.domain
{
	width: auto;
}

.grid-2c
{
	display: grid;
	grid-template-columns: repeat( 2, 10em );
}

.row-even
{
	background-color: lightgray;
}

a.ancherFixed
{
	display   : block;
	position  : relative;
	/* Set 'top' with js. */
	visibility: hidden;
}

select[name="ack"]
{
	margin-top: 0.3rem;
	width     : 13rem;
}

.felder label
{
	margin: 0;
}

fieldset.areas-block
{
	border-radius : 0.6rem;
	display       : inline-block;
	max-width     : 34rem;
	padding-bottom: 0.5rem;
	padding-left  : 0.5rem;
	width         : auto;
}

fieldset.areas-block
{
	border: 1px solid rgb( 242, 242, 242 );
}

.error fieldset.areas-block
{
	border: 1px solid rgb( 185, 74, 72 );
}

fieldset div.felder
{
	margin-right: 0.5rem;
	margin-top  : 0.5rem;
}

.error fieldset, .error input, .error select
{
	animation: blink 3s steps( 6 );
}

@keyframes blink
{
	  0% { border-color: rgb( 242, 242, 242 ) }
	  9% { border-color: rgb( 185,  74,  72 ) }
	 18% { border-color: rgb( 242, 242, 242 ) }
	 27% { border-color: rgb( 185,  74,  72 ) }
	 36% { border-color: rgb( 242, 242, 242 ) }
	 45% { border-color: rgb( 185,  74,  72 ) }
	 54% { border-color: rgb( 242, 242, 242 ) }
	 63% { border-color: rgb( 185,  74,  72 ) }
	 72% { border-color: rgb( 242, 242, 242 ) }
	 81% { border-color: rgb( 185,  74,  72 ) }
	 90% { border-color: rgb( 242, 242, 242 ) }
	100% { border-color: rgb( 185,  74,  72 ) }
}

.doi-report-intab th
{
	border-bottom: 1px solid #ddd;
}

.doi-report-intab th:first-child, .doi-report-intab tbody tr:first-child td:first-child
{
	border-right: 1px solid #ddd;
}

#doi-report td[colspan="4"], .doi-report-intab tbody tr:first-child
{
	background-color: #f0f0f0;
}

.pub-title, .pub-publisher
{
	font-style: italic;
}

.pub-editor
{
	white-space: nowrap;
}

.pub-areas
{
	text-transform: uppercase;
}

.updated
{
	background-color: #fea;
}

.sighted input
{
	margin-left: 0.3rem;
	margin-top : 0.15rem;
}

.sighted span
{
	margin-left: 0.15rem;
	position   : relative;
	top        : 0.15rem;
}

.hero-unit
{
	border-radius: 0.3rem;
	box-shadow   : 0.1rem 0.1rem 0.3rem #aaa;
	padding      : 1rem 1rem 0.5rem;
	width        : 526px;
}

.loggedout
{
	margin-top: 14%;
}

.deleted td:not( :nth-child( 3 ) ~ td )
{
	opacity: 0.5;
}

.btn-small
{
	display: inline;
}

.btn-delete
{
	padding: 2px 12px;
}

li a:last-of-type .forBr
{
	display: none;
}

.statistics h2
{
	background-color: #ccc;
	border-radius   : 1rem;
	box-shadow      : #aaa 0.15rem 0.15rem 0.3rem;
	text-align      : center;
	text-shadow     : #aaa 1px 1px 1px;
	width           : 95%;
}

.statistics h2:not( #alle + h2 )
{
	margin-top: 1.5rem;
}

.row.center h2
{
	display: inline-block;
}

a.btn.admin-tool
{
	margin      : 0;
	margin-right: 0.3rem;
}

.row-adim-tool-doi a, #export-csv-button
{
	width: 204px;
}

.send-names
{
	margin-bottom: 1rem;
}

.maintenance
{
	margin-bottom: 4rem;
}

.maintenance div
{
	color      : #c44;
	font-size  : 1.5rem;
	font-weight: bold;
	margin-top : 0.6rem;
}

#tl-pl-tb th
{
	cursor: pointer;
}

#tl-pl-tb td
{
	cursor: default;
}