#wrapper{
	min-height: 85vh;
}

.card-inverse{
	width: 100%;background: black;color: white;
}

.card-inverse a{
	color: white !important;
}

#footer {
	background-color:black;
	color:white !important;
    clear: both;
    position: relative;
	padding-bottom: 40px;
    margin-top: 50px;
}

.card-releases {
	display:inline-block !important;
	width: 15rem;
	margin-right: 25px;
	padding: 0px !important;
	margin-bottom: 25px;
}

.card-text{
	padding: 0px !important;
	margin: 0 !important;
}

.alert-releases{
	margin-top: 20px;
	margin-bottom: 0px !important;
	padding: 10px !important;
	font-size: 0.8em;
}

.btn-primary{
	background-color: #f3f3f3 !important;
	color: #111111 !important;
	border-color: #f3f3f3 !important;
}

.btn-primary:hover{
	background-color: #f9f9f9 !important;
}

a{
	color: #141414;
}

a:hover, a:active{
	color: #303030;
	text-decoration: underline;
}

.app-header{
	background-color: black;
	background-image: url('/img/oscar-keys-ojVMh1QTVGY-unsplash.jpg');
	background-size: cover;
	background-position: center center;
	color: white !important;
}

.app-header-title{
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.edit-cover-button{
	width:auto;opacity: 0.3;
}

.edit-cover-button:hover{
	width:auto;opacity: 1;
}

.header-status-info{
	color: black;
	width: 100%;
	text-align: left;
	text-decoration: none;
}

.header-status-info:hover{
	text-decoration: none;
	color: #4c4c4c;
}

.btn-table{
	background-color: white !important;
	border: white;
	color: #303030 !important;
	float: right;
}

a.card-release:link{
	color: red !important;
}

@media (min-width: 992px) { 
	.card-body-release-index{
		margin-right: 20px;font-size:0.8em;
		margin-left: -30px;margin-top: 5px;
	}

	.card-img-release-index{
		width:100px !important;
	}
	.card-body-releases{
		margin-left: -28px;margin-top: 5px;
	}
	
	.card-title-release-index{
		padding: 0;margin-bottom: 5px;
	}
	
	.release-status{
		float: right;
	}
	
	.dot{
	  margin-bottom: -3px;
	  margin-right: 8px;
	  margin-top: 18px;
	}
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.dot-success{
	background-color: #7ED321 !important;
}

.dot-warning{
	background-color: #F5A623 !important;
}

.dot-danger{
	background-color: #D0021B !important;
}

.dot-muted{
	background-color: #9B9B9B !important;
}