input[type=range] {
	-webkit-appearance: none;
	margin: 0;
	width: 100%;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 15px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #ccccff;
	border-radius: 0px;
	border: 1px solid #8A8A8A;
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 1px 1px 1px #828282;
	border: 1px solid #8A8A8A;
	height: 22px;
	width: 10px;
	border-radius: 0px;
	background: #DADADA;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -4.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ccccff;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 15px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #ccccff;
	border-radius: 0px;
	border: 1px solid #8A8A8A;
}

input[type=range]::-moz-range-thumb {
	box-shadow: 1px 1px 1px #828282;
	border: 1px solid #8A8A8A;
	height: 22px;
	width: 10px;
	border-radius: 0px;
	background: #DADADA;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 15px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #ccccff;
	border: 1px solid #8A8A8A;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
	background: #ccccff;
	border: 1px solid #8A8A8A;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
	box-shadow: 1px 1px 1px #828282;
	border: 1px solid #8A8A8A;
	height: 22px;
	width: 10px;
	border-radius: 0px;
	background: #DADADA;
	cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
	background: #ccccff;
}

input[type=range]:focus::-ms-fill-upper {
	background: #ccccff;
}

.track-time {
	/*  margin-left: 10px; */
	/* margin-right: 10px; */
	font-size: 1em;
	border-radius: 3px;
	/* border: 1px solid grey; */
	padding: 2px;
}

.volume-container {
	height: 80px;
	width: 100%;
}

.audio-controls {
	width: 100%;
}

.input-range {
	float: left;
	width: 200px;
	padding: 5px 0 0 5px;
	/*margin: 10px;*/
}

.panel-default>.panel-heading-custom {
	background: #ccccff;
}

/*  Small devices (landscape phones, 576px and up) */
/* @media (min-width: 576px) { ... } */

/* Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) { ... } */

/* Large devices (desktops, 992px and up) */
/* @media (min-width: 992px) { ... } */

/* Extra large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) { ... } */

/* IE 10+ */
@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
	.input-range {
		float: left;
		width: 200px;
		margin: 10px;
		position: relative;
		bottom: 22px;
	}
}

/* IE9, IE10 */
@media screen and (min-width:0\0) {
	.input-range {
		float: left;
		width: 200px;
		margin: 10px;
		position: relative;
		bottom: 22px;
	}
}

@media only screen and (max-width: 768px) {
	.column-display {
		display: none;
	}
	.btn-responsive {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}

}

@media only screen and (max-width: 600px) {

	.removePadding-xs{
		padding: 0 0 0 0 !important;
	}

}

@media only screen and (max-width: 450px) {
	.info-column-display {
		display: none;
	}
	.volume-container {
		display: none;
	}
	.btn-responsive {
		padding: 5px 8px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}

}

.no-overlap {
	padding-right: 15px;
}

#more-info {
	background-image: none;
	align: center;
}

.info-button {
	background-color: #e7e7e7;
	color: #888888;
	font-weight: bold;
	border: 1px solid #ccccff;
}

/* Fix this */
#song-pagination {
	background-color: #6e75a8;
	color: #ffffff;
	font-weight: bold;
}

#stopPlayAll {
	background-image: none;
	background-color: #e7e7e7;
	align: center;
	width: 70px;
}

.float-left {
	float: left;
}

/* 
.audio-player {
	width: 100%;
	height: 500px;
}
*/
.admin-panel {
	width: 100%;
}

#progressBar {
	width: 100%;
	height: 20px;
	position: relative;
	top: 5px;
}

.playPauseStop {
	float: left;
	padding: 0 0 0 5px;
}

.forwardRewind {
	float: left;
	padding: 0 0 0 5px;
}

span.audio-glyphicon {
	font-size: 1.5em;
}

span.music-glyphicon {
	font-size: 1.25em;
}

/* Registration errors */
.form-horizontal .control-label.text-left {
	text-align: left;
}

.error-msg {
	color: #a94442;
}

#main-form {
	/* background: url("form-fieldset.gif") repeat-x scroll left bottom #F8FDEF; */
	border: 1px solid #DFDCDC;
	border-radius: 15px 15px 15px 15px;
	display: inline-block;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 25px 50px 10px;
	width: 350px;
}

#main-form .fieldgroup {
	/* background: url("form-divider.gif") repeat-x scroll left top transparent; */
	display: inline-block;
	padding: 8px 10px;
	width: 340px;
}

#main-form .fieldgroup label {
	float: left;
	padding: 15px 0 0;
	text-align: right;
	width: 110px;
}

#main-form .fieldgroup input, #login .fieldgroup textarea, #login .fieldgroup select
	{
	float: right;
	margin: 10px 0;
	height: 25px;
	width: 200px;
}

#main-form .submit {
	padding: 10px;
	width: 200px;
	height: 40px !important;
}

#main-form .fieldgroup label.error {
	color: #FB3A3A;
	display: inline-block;
	margin: 4px 0 5px 125px;
	padding: 0;
	text-align: left;
	width: 220px;
}

/* my stuff */
#main-form .error {
	color: #FB3A3A;
	display: inline-block;
	margin: 4px 0 5px 125px;
	padding: 0;
	text-align: left;
	width: 220px;
}

div.header {
	position: relative;
	text-align: center;
	width: 100%;
	height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	background-color: #0d81a8;
}

div.content {
	position: relative;
	padding: 40px;
}

div.footer {
	font-size: small;
	color: gray;
}

a.log-in-out {
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
}

a.title {
	color: white;
	font-size: 35px;
}

/* BOOTSTRAP CSS */
#custom-bootstrap-menu.navbar-default .navbar-brand {
	color: rgba(119, 119, 119, 1);
}

#custom-bootstrap-menu.navbar-default {
	font-size: 14px;
	background-color: white;
	border-width: 1px;
	border-radius: 0px;
	margin-bottom: 0px;
	/* remove space between navbar and main content */
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
	color: rgba(119, 119, 119, 1);
	background-color: rgba(248, 248, 248, 0);
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
	#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
	color: rgba(51, 51, 51, 1);
	background-color: #F0F0F0;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
	#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
	#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
	color: rgba(85, 85, 85, 1);
	background-color: rgba(231, 231, 231, 1);
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
	border-color: #ddd;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
	#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
	#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ffffff;
}

/* page background color */
.background {
	background-color: #808080;
}

html,body {
    overflow-x: hidden;
}

.footer {
	background-color: #e3e3e3;
	margin: 10px auto;
	border-radius: 10px; //
	text-align: center;
}

.footer p {
	clear: left;
	text-align: center;
	font-size: x-small;
}

.main-container {
	width: 90%;
	max-width: 940px;
	margin: auto;
}

/* Remove excess spacing on smaller screens */
@media only screen and (max-width: 600px) {
	
	.main-container {
	    width: 100%;
	}	
	
	.panel-content {
		padding: 0 0 0 0 !important;
	}
}

.main-image {
	border-radius: 0px 0px 10px 10px;
}

#content {
	background: #ffffff;
	border-radius: 10px;
	margin-top: 10px;
	padding: 10px 15px;
}

#content span {
	font-style: italic; //
	color: #000000;
}

.footer-nav {
	text-align: center;
	padding: 10px;
}

.footer-nav a {
	color: #000000;
}

.footer-nav a:hover {
	color: #ffffff;
}

#content a.readmore {
	color: #ffffff;
	padding: 5px 10px;
	background: #c13046;
	border-radius: 5px;
}

a.readmore:hover {
	background: #000000;
}

#top-bottom-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

#align-glyphicon-top {
	vertical-align: top;
}

/* Probably not needed for album image modal
.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}
*/
.panel-content {
	padding: 25px;
}

/* Probably not needed for album image modal
.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}
*/
.main-links a:link {
	color: dimgrey;
	font-weight: bold;
}

.main-links a:visited {
	color: dimgrey;
	font-weight: bold;
}

.main-links a:hover {
	color: black;
	font-weight: bold;
}

.main-links a:active {
	color: dimgrey;
	font-weight: bold;
}

/* Main Content Links */
a.content-links:link, a.content-links:visited {
	color: dimgrey;
	font-weight: bold;
}

a.content-links:active, a.content-links:hover {
	color: black;
	font-weight: bold;
}

/* Album links*/
a.album-links:link, a.album-links:visited {
	color: dimgrey;
	font-weight: bold;
	font-size: 16px;
}

a.album-links:active, a.album-links:hover {
	color: black;
	font-weight: bold;
	font-size: 16px;
}


.img-float-right {
	float: right;
	padding: 5px 25px 5px 25px;
	color: dimgrey;
	font-weight: bold;
	text-align: center;
}

.img-center {
	padding: 5px 0 5px 0;
	color: dimgrey;
	font-weight: bold;
	text-align: center;
}

.img-center>img {
	margin-left: auto;
	margin-right: auto;
}

.img-float-left {
	float: left;
	padding: 5px 25px 5px 25px;
	color: dimgrey;
	font-weight: bold;
	text-align: center;
}

/* Make Checkmark green */
.green {
	color: green;
}

/* Music Player */
.player-links a {
	color: #3D3D3D;
}

.player-links a:hover {
	color: #000000;
}


.song-filter-btn {
    background-color: #ccccff;
    border: none;
    color: #3D3D3D;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 10px 0;
    cursor: pointer;
    border-radius: 4px;
}


a.song-filter-btn:hover {
    background-color: #e7e7e7;
    border: none;
    color: #888888;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 10px 0;
    cursor: pointer;
    border-radius: 4px;
}

.more-filters-btn {    
    background-color: #e7e7e7;
	color: #888888;
	font-weight: bold;
	border: 1px solid #ccccff;
}


/* Override tablesorter background header color */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e7e7e7;
}

/* Music Modal */
.modal-links {
	color: #3D3D3D;
	font-weight: bold;
}

.modal-body ul li a:hover, a:visited, a:active, a:focus {
	color: #000000;
}

.well-bg-color {
	background: #e7e7e7;
}

.form-icon {
	background: #ccccff;
}

/* Guestbook Tabs */
.guestbook-tabs {
	font-size: 18px;
}

.guestbook-tabs a:link {
	color: dimgrey;
	font-weight: bold;
}

.guestbook-tabs a:visited {
	color: dimgrey;
	font-weight: bold;
}

.guestbook-tabs a:hover {
	color: black;
	font-weight: bold;
}

.guestbook-tabs a:active {
	color: dimgrey;
	font-weight: bold;
}

.guestbook-name {
	font-size: 16px;
	font-weight: bold;
}

.guestbook-comment {
	display: block;
	word-wrap: break-word;
}

.guestbook-time {
	float: right;
}

/* Pageination */
.pagination>li>a, .pagination>li>span {
	color: dimgrey;
	font-weight: bold;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #ccccff;
	border-color: #ccccff;
}

/* Override bootstrap colors */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #ccccff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	 background-color: #e3e3e3
}

/* Photo Gallery */
.caption{
	text-align: center;
}

