@charset "UTF-8";

body {
  padding-top: 60px;
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
  background-image: url(/img/wallhaven-683638.jpg);
  background-repeat: no-repeat;
  background-color: rgb(3,41,77);
}
.table-striped > tbody > tr:nth-of-type(2n) {
	background-color: rgba(200, 200, 249, 0.6);
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: rgba(200, 200, 249, 0.8);
}
.table-striped > tbody > tr.template-download:nth-of-type(2n) {
	background-color: rgba(100, 249, 100, 0.6);
}
.table-striped > tbody > tr.template-download:nth-of-type(2n+1) {
	background-color: rgba(100, 249, 100, 0.8);
}
.table-div {
	border-radius: 0px 43px 0px 43px;
	-moz-border-radius: 0px 43px 0px 43px;
	-webkit-border-radius: 0px 43px 0px 43px;
	-webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
}
.fileupload-buttonbar > div {
	width: 100% !important;
	text-align: center;
}

.container {
	max-width: 900px;
}
.progress-extended,.text-with-shadow {
	color: white;
	text-shadow: 0.1em 0.1em 0.2em black;
}