html {
    height: 100%;
    margin: 0;
}
header{
	text-align: center;
	color: white;
	top: 8%;
}
.logo{
	font-size: 25px;
	text-align: left;
}
.links{
	margin: auto;
	width: 80vw;
}
ul.flashes{
	color:red;
}
.error{
	color: red;
}
header h1{
	font-size: 50px;
}
p{
	margin: 10px;
}
body {
    height: 100%;
    margin: 0;  
}
hr{
    border: 0;
    border-bottom: 1px dotted black;
    background: #999;
    margin:0;
}
a{
	color: white;
	text-decoration: none;
}
h2{
	font-size: 30px;
	text-align: center;
	 margin: 0;
}
h2.black{
	margin: 0;
    height: 80px;
    color: white;
    background-color: black;
    line-height: 80px;
}
nav{
	height: 25px;
	padding: 5px;
	text-align: right;
	background: -moz-linear-gradient(45deg, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(153,218,255,1)), color-stop(100%, rgba(0,128,128,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%); /* ie10+ */
	background: linear-gradient(45deg, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#99DAFF',GradientType=1 ); /* ie6-9 */
	box-shadow: 0 3px 2px -2px rgba(0,0,0,.2);
}
nav a{
	color: white;
}
body {

font-family: 'Open Sans', sans-serif;
font-weight: 300;
color: #333;
background-color: #eceef1;
}
h1{
	font-weight: 300;
	font-size: 40px;
}
#form-box h1{
	padding: 0;
	margin: 0;
	padding-top: 5px;
	/*border-bottom: 1px black solid;*/

}

table{
	margin: auto;
	width: 100%;
	border-collapse: collapse;
}
td{
	border-bottom: 1px solid #e3e3e3;
	padding: 3px;
}
th{
	border-bottom: 1px solid black;

}

#form-box{
	background-color: white;
	width: 60vw;
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
	height: auto;
	position: relative;
	top: 5%;
	margin: 0 auto;
	/*padding: 10px;*/
	text-align: center;
	font-size: 24px;
	border-radius: 10px;
}

.module{
	background-color: white;
	border-radius: 20px;
	width: 400px;
	height: 450px;
	margin: auto;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 2px -2px rgba(0,0,0,.2);
}

.module h2{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 20px;
}

li{
	border-bottom: 1px solid #ccc;
}

ul.file-list{
	max-height: 400px;
	overflow: scroll;
}

.index{
	padding-bottom: 10px;
	/*margin-top: 50px !important;*/

}
button{
	background-color: #948d8d;
	border-width: 0px;
	border-color: #D3D3D3;
	border-style: solid;
	border-radius: 2px;
	color: white;
	height: 34px;
	font-size: 24px;
	font-weight: 300;
	font-family: 'Open Sans'
	margin: auto;
}
.save{
	visibility: hidden;
	font-size: 16px;
	color: skyblue;
}
.visible{
	visibility: visible;
}
#content{
	padding: 10px;
	padding-top: 5px;
	font-size: 18px;
	text-align: center;
	/*width: 80%;*/
	margin: auto;
}
select{
	height: 35px;
	background-color: white;
	border-width: 0;
	border-bottom: none !important;
	height: 35px;
	font-size: 24px;
	font-weight: 300;
	/*font-family: 'Open Sans'*/
}
fieldset{
	border: none;
}
input{
	border-width: 0;
	border-bottom: 1px solid darkgray !important;
	outline:none;
	font-size: 24px;
	font-weight: 300;
	/*font-family: 'Open Sans'*/
}
textarea:focus, input:focus{
    outline: none;
}
.container{
	display: inline-flex;
	width: 100%;
}
h1{
	margin-top: 0;
    margin-bottom: 0;
}
ul{
	/*width: 50%;*/
    margin: auto;
    list-style: none;
    padding-left: 0;
}
a{
	color: black;
}
a:hover{
	color:#ccc;
}
.rectangle {
    border: 1px solid #FF0000;
    position: absolute;
}
#canvas{
	margin:auto;
	background-repeat: no-repeat;
    background-position: center center;
}
i{
	padding:10px;
}
#panels{
	margin: 20px;
/*	display: inline-flex;*/
	overflow: auto;
	width: 100%;
	border: 5px solid lightblue;
}
.delete-pending{
	border: 1px solid red;
}

footer {
	padding: 15px 0px 10px 0px;
}
#git-version {
	font-size: 11pt;
	text-align: center;
}

div.filter-form, div.filter-form input, div.filter-form select {
	font-size: 12px;
	height: inherit;
	padding: 5px;
}

div.filter-form label, div.filter-form input[type="submit"] {
	font-weight: bold;
	margin-left: 10px;
}

#file-index-container{
	margin-top: 20px;
	display: flex;
}
#newComic:hover{
	color:#ccc;
}
.content{
	background-color: white;
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
	padding: 12px;
	max-width: 500px;
	margin: auto;
}