﻿@charset "utf-8";

/**
 * Styling für EPUB-ConfigFile-Configurator
 *
 *
 * @project		EPUB-ConfigFile-Configurator
 * @version		1.4.5
 * @date		2015-06-23
 * @author		Tobias Fischer
 * @copyright	pagina GmbH, Tübingen
 *
 *
 */
 
 

/* ---------------------------------------------------------- */


html, input, select, textarea {
	font-family: 'PT Sans', arial, serif;
	font-size: 0.85em;
}

h2 {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	color: #FF4000;
	line-height: 2em;
}

h2 img {
	margin-left: 10px;
}

em {
	letter-spacing: 0.03em;
}

form, div.inhaltsFloat, div.content, div.content2{
	margin: auto;
	margin-bottom: 50px;
	width: 800px;
	border: 1px solid gray;
	padding: 20px;
	padding-bottom: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px 2px #aaaaaa;
	-webkit-box-shadow: 0px 0px 15px 2px #aaaaaa;
	box-shadow: 0px 0px 15px 2px #aaaaaa;
	background-color: #fafafa;
	
	/* Coda Slider */
	/* overflow: hidden;
	padding: 0; */
}

 div.content{
 display:none;
 }


.columns-2 {
	column-count: 2;
	column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
}

fieldset {
	border: 1px solid lightgray;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 50px;
	background-color: white;
	padding: 2.5em 1em 1.5em 1em;
	
	/* Coda Slider */
	/* margin: 0;
	padding: 0;
	border: 0; */
}

form#keygen {
	padding-left: 0;
	padding-right: 0;
	width: 840px;
}
form#keygen fieldset {
	width: 360px;
	float: left;
	margin-left: 20px;
	margin-right:0;
}

/* Coda Slider */
/* fieldset table {
	margin: 2.5em 2em 2em 2em;
} */

legend {
	color: #F88E11;
	font-weight: bold;
	letter-spacing: 0.07em;
	padding: 0 0.5em 0 0.5em;
	font-size: 1.1em;
}

label {
	cursor: pointer;
}

input, select, textarea {
	font-size: 1em;
	border: 1px solid DarkGray;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	letter-spacing: 0.03em;
	color: #2E2E2E;
	width: 100%;
	min-width: 15%;
}

input[type="checkbox"] {
	min-width: inherit;
	width: auto;
	vertical-align: text-bottom;
	display: inline-block;
}

input.short {
	width: 15%;
}
input.short13 {
	width: 13%;
	min-width: inherit;
}
input.short8 {
	width: 8%;
	min-width: inherit;
}
input.medium {
	width: 45%;
}
input.noWidth {
	width: auto;
	min-width: inherit;
}

select {
	font-size: 1em;
	cursor: pointer;
	width: auto;
	height: 2.2em;
}

select.width100 {
	width: 100%;
}

option {
	padding: 0.2em 0.5em;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #faa51a;
	background-color: #FFFFE0;
}

fieldset > table > tbody > tr > td {
	vertical-align: top;
	border-bottom: 1px solid lightgray;
	padding: 1.5em 1em 1.5em 1em;
}

td:last-child {
	color: gray;
}

tr:last-child td {
	border-bottom: 0;
}

/*
  tr:hover {
  background-color: #E6E6E6;
  }
 */

table {
	border-collapse: collapse;
	width: 100%;
	
	/* Coda Slider */
	/* width: 94%; */
}
.tablerow {
	display: table-row !important;
}
.tablerow td {
	color: black !important;
	font-weight: bold !important;
}

.center {
	text-align: center;
}

.missing {
	border: 3px solid #e81515 !important;
}
div.inhaltsFloat .missing {
    border: 0 none !important;
    color: #e81515;
}
.empty {
	border: 3px solid #3333ff !important;
}
div.inhaltsFloat .empty {
    border: 0 none !important;
    color: #3333ff;
}

ul, li {
	width: 100%;
}

.chosen-choices ul, .chosen-choices li {
	width: auto;
}
.chosen-container ul.chosen-results {
	margin: 0;
	padding: 0;
}

div.hinweis {
	margin-top: 0.5em;
	color: gray;
}
div.hinweis a {
	color: gray;
}
div.hinweis a:hover {
	text-decoration: none;
}
div.hinweis code {
	font-size: 1.2em;
}


.button, .input {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-weight: bold;
	width: 70%;
}

.button#saveForm {
	margin-top: 30px;
	margin-bottom: 20px;
}

.input {
	border: solid 1px #da7c0c;
	color: black;
	text-shadow: none;
	letter-spacing: 0.2em;
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	background: -o-linear-gradient(top, #faa51a, #f47a20);
	background: -ms-linear-gradient(top, #faa51a, #f47a20);
	background: linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	background: -o-linear-gradient(top, #f88e11, #f06015);
	background: linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	background: -o-linear-gradient(top, #f47a20, #faa51a);
	background: linear-gradient(top, #f47a20, #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


div.inhaltsFloat {
	position: fixed;
	top: 40px;
	bottom: 0px;
	right: 0px;
	width: 170px;
	padding-left: 30px;
	overflow: auto;
	text-align: center;
	line-height: 150%;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
	max-height: 85%;
}

div.inhaltsFloat a {
	font-size: small;
	font-weight: normal;
	color: #5A5A5A;
}

div.quickButton {
	position: fixed;
	top: 41px;
	border-bottom: 1px solid lightgrey;
	padding: 15px 0;
	background-color: #fafafa;
	margin-left: -15px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* für UpdateCheck-Manager */
.existingURI {
	border: solid 1px green;
	background-color: #E7FFCC;
}
.wrongURI {
	border: solid 1px red;
	background-color: #FFC7C7;
}

pre {
	font-family: "Monaco", monotype;
	line-height: 150%;
	font-size: 0.9em;
	color: dimgray;
	letter-spacing: 0.05em;
}

hr {
	clear: both;
	width: 95%;
	margin-top: 60px;
	margin-bottom: 60px;
	border:0;
	border-bottom: 1px solid lightgray;
}

span.jobticket:after {
	content: "Jobticket";
}
span.jobticket:after,
a.addAllModules,
a.addAllFeatures {
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: orange;
	color: white;
	padding: 1px 4px;
	border-radius: 4px;
}

a.addAllModules,
a.addAllFeatures {
    background-color: #777;
    cursor: pointer;
    display: inline-block;
    margin-top: 1px;
    vertical-align: top;
}


/* für Screens kleiner als 1100 Pixel */
@media screen and (max-width: 1100px) {
	form, div.content, div.content2 { margin: 50px; width: 600px; }
	h2 { width: 742px; margin-left: 0; margin-right:0; }
}

/* für Screens zwischen 1100 und 1400 Pixeln */
@media screen and (min-width: 1101px) and (max-width: 1400px) {
	form, div.content, div.content2 { margin: 50px; width: 760px;}
	h2 { width: 902px; margin-left: 0; margin-right:0; }
}






/* DokuChecker */


#back.orange {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#cfcfcf));
	background: -moz-linear-gradient(top, #eee, #cfcfcf);
	background: -o-linear-gradient(top, #eee, #cfcfcf);
	background: -linear-gradient(top, #eee, #cfcfcf);
	border: 1px solid #bbb;
	color: #939393;
	text-shadow: none;
}

#back.orange:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	background: -o-linear-gradient(top, #f88e11, #f06015);
	background: linear-gradient(top, #f88e11, #f06015);
	border: 1px solid #DA7C0C;
	color: #fef4e9;
}

#back.orange:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#F47A20), to(#FAA51A));
	background: -moz-linear-gradient(center top , #F47A20, #FAA51A);
	background: -o-linear-gradient(center top , #F47A20, #FAA51A);
	background: linear-gradient(center top , #F47A20, #FAA51A);
	color: #FCD3A5;
}

form+div#content {
	display: none;
}