.quick-bar {
	right: 0; 
	position: fixed; 
	top: 215px; 
	z-index: 1001; 
	opacity: 0.2;
	
}

.quick-bar:hover {
	opacity: 1;
	transition: 0.6s;
	
}

.quick-bar-active {
	right: 0; 
	position: fixed;
	top: 180px; 
	z-index: 1001;
	opacity:0.5;
	
}

.quick-bar-active:hover {
	opacity: 1;
	transition: 0.6s;
}

.quick-bar-list {
    background-color: #f9f9f9;
}

.page-header {
	    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #607D8B;
}

a {
	color: #607D8B;
    text-decoration: none;
    transition: 0.2s ease;
}

a:hover {
	color: #4e4e4e;
    text-decoration: none;
    background-color: #f8f8f8;
    text-shadow: 0 1px 0 white;
}

.alert {
    padding: 5px;
}

button {
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px; 
    transition: 0.2s ease;
    box-shadow: 0 2px 2px #dedede;
    font-weight: bold !important;
    font-size: 14px !important;
}

button:hover {
	background-color:#37e42 !important;
	box-shadow:none !important;
	border:none !important;
}