body {
  padding-top: 70px;
  padding-bottom: 30px;
  overflow-y: scroll;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-mixer {
  background: url(../images/backgrounds/header-bg.jpg) no-repeat center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.theme-showcase > p > .btn {
  margin: 5px 0;
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}

.theme-showcase .navbar .container {
  width: auto;
}
.container {
	color: #fff;	
}
.page-header h1{
  color: #fff;
  text-align: center;
}
.page-header h4{
  color: #f00;
  text-align: center;
}
.page-header-black h1{
  color: #000;
  text-align: center;
}
.page-content {
  color: #fff;
  text-align: center;
}
.sampletitle {
	text-align: center;
}
.deliverytime {
    position: absolute;
	width: 100%;
    bottom: 10px;	
	text-align: center;
    color: #8ff;
    font-size: 18px;
}
.panel-title {
	color: #000;
	font-size: 1.3em;	
	font-weight: bold;
}
.panel-body {
	color: #8ff;
	/* background-color: #000000;  */
	background:rgba(0,0,0,0.8);
}
.info_link li a {
	text-decoration: none;
}
.login-box {
	/* background-color: #99ddff;  */
	margin-top: 0;
	border-radius: 5px 5px 5px 5px;	
	/* background-color: white; */
	max-width: 300px;
	margin: 0 auto;
	position: relative;
	top: 80px;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
	opacity: 0.2;	
}

.box-header {
	background-color: #cccccc;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
}

.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	width:300px;
	border: 2px solid #ccc;
	border-radius: 12px;
	font-size: 1.2em;
	color: #888;
}

.login-box input:focus {
	outline: none;
	border-color: #ff0000;
	transition: 0.5s;
	color: #665851;
}

.login-box button {
	margin-top: 20px;
	border: 0;
	border-radius: 2px;
	color: black;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9em;
	font-weight: bold;
	border-radius: 12px;
	letter-spacing: 1px;
	background-color: #99ddff;
	outline: none;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}


.downloadbutton button {
	margin-top: 0px;
	border: 0;
	border-radius: 5px;
	color: white;
	padding: 3px;
	/* text-transform: uppercase; */
	font-weight: bold;
	font-size: 0.8em;
	/* letter-spacing: 1px; */
	background-color: #ff0000;
	outline: none;
}

.already_downloaded button {
	color: black;
	background-color: #f5bca9;
}

.downloadbutton button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.downloadbutton button:hover {
	opacity: 0.7;
	transition: 0.5s;
}



.selected {
	color: #ffffff!important;
	transition: 0.5s;
}

/* Animation Delay */
.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;
}

#logon_error {
	color: #ff0000;	
	font-weight: bold;
}


.btnlink {
	background:none;
	border:none;
}

.debugoutput {
	position: absolute;
	top: 80vh;	
	left: 1vw;
	color: white;
}
#dlstat {
	padding-top: 40px;
	color: yellow;	
	font-size: 1.5em;
	font-weight: bold;	
}



