/* @override https://outilmagique.fr/style.css */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i');

body {
	text-align: center;
	background: url(keypad.jpg) no-repeat;
	font-family: 'Open Sans', sans-serif;
}

#main {
	text-align: left;
	width: 70%;
	margin: 4em auto;
	line-height: 150%;
}

a {
	color: #00a0ac;
	text-decoration: none;
}

h1 {
	font-size: 5em;
	font-style: italic;
	text-transform: lowercase;
	color: teal;
	text-shadow: silver 0 1px 1px;
	margin-bottom: 0.5em;
	line-height: 130%;
}

h1:after {
    content: "⭐️";
    padding-left: 0.5em;
}

#intro {
	border-bottom: 1px solid #dcdddc;
	padding-bottom: 1em;
	font-style: italic;
	color: #888;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	padding-bottom: 0.5em;
	padding-left: 2em;
    text-indent: -1.9em;
}

li:before {
    content: "⭐️";
    padding-right: 0.5em;
}

li.current {
	font-weight: bold;
	color: black important!;
}

div.info {
	background: rgba(255,230,0,0.3294159);
	padding: 1em;
	margin: 1em 0;
	border-radius: 16px;
	font-style: italic;
}

form input {
	font-size: 1.1em;
}

#calcWrapper {
	text-align: left;
	margin: 0 auto;
}

#calcWrapper .sep {
	margin: 2em 4em;
	border-top: 1px solid #eee;
}

#calcWrapper table {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 4em;
	background-color: white;
	opacity: 0.75;
    box-shadow: 0px 10px 30px #333;
}

#calcWrapper td {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: center;
	padding: 0.3em 0.6em;
}

#calcWrapper .tableHeader {
	background-color: #ddd;
	text-align: center;
	border-left: 1px solid white;
	width: 8em;
	color: #555;
	font-weight: bold;
}

#calcWrapper .col0 {
	background-color: #ddd;
	text-align: left;
	border-top: 1px solid white;
	font-weight: bold;
	color: #555;
	min-width: 12em;
}

#calcWrapper #auteur1, #calcWrapper #auteurArr1 {
	color: #0db00b;
	font-weight: bold;
}

#calcWrapper #auteur2, #calcWrapper #auteurArr2, #netHT {
	color: #07438a;
	font-weight: bold;
}

#calcWrapper #totgen1, #calcWrapper #totgenArr1, #totdecl, #totdeclArr2 {
	color: #bb0c0b;
	font-weight: bold;
}

#calcWrapper #tdiff1, #calcWrapper #tdiffArr1 {
	font-weight: bold;
}

#calcWrapper #tagessa1, #calcWrapper #tagessaArr1 {
	font-weight: bold;
}

#brut2, #brut3, #maladie2, #crds3, #auteur3, #cdiff2, #cdiff3, #totgen2, #totgen3 {
	color: #bbb;
}

#totdecl {
	width: 8em;
}

#calcWrapper ul {
	margin: 1em 0 1em 0;
	padding: 0 0 0 1.4em;
}

#calcWrapper .nota {
	font-style: italic;
}

#calcCredit {
	color: #888;
	margin: 2em 0;
	font-size: 0.8em;
	line-height: 150%;
}

.unused {
	color: #bbb;
}

.bottomLine {
	border-bottom: 2px solid #bbb;
}

.nota {
	font-style: italic;
}
