
.cover_loader {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#a7bfd0;
	opacity: .5;
    z-index:10000;
}

.loader {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.update {
	position: absolute;
	top: 10px;
	right:90px;
}

.listbutton {
	position: absolute;
	top: 10px;
	right:20px;
}

.badge {
	margin-top:-20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 28px;
	  	padding-bottom: 10px;
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 15px;
		padding-left: 15px;
	}
  }

.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }