#page
{
	padding-top: 20px;
	font-family: Arial;
}
#menu_username
{
	display: inline-block;
	margin-left: 0.3em;
}
#footer
{
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #BBBBBB;
}

h1
{
	margin-bottom: 25px;
}

/*
 * MISC BOOTSTRAP STYLES start
 */

.uneditable-input.uneditable-info {
	padding: 5px 7px;
	border: 0px;
	background: transparent;
	cursor: default;
	color: inherit;
	box-shadow: none;
}

.help-block {
  margin-top: -5px;
}

.form-horizontal .help-block {
  margin-top: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.text-info {
  color: #3A87AD;
}

/*
 * MISC BOOTSTRAP STYLES end
 */


/*
 * TABS LIST start
 */

.hero-unit {
	padding: 40px 60px 40px 60px;
}
.hero-unit h1 {
	line-height: 70px;
    margin-bottom: 35px;
}

#artist_typeahead-form
{
	margin: 0px;
}
#artist_typeahead-container
{
	overflow: visible;
	height: 0px;
	position: relative;
}
#artist_typeahead_name
{
	position: absolute;
	right: 0px;
	z-index: 50;
	top: -85px;
}

#tabs_container
{
}
.artist
{
	display: block;
	vertical-align: top;
	min-width: 250px;
	padding-bottom: 30px;
}
.artist.minimized
{
	display: inline-block;
	width: 33%;
}
.artist div
{
	width: 90%;
}
.artist-songs
{
	position: relative;
}
.artist.minimized .artist-songs
{
	max-height: 180px;
	overflow: hidden;
}
.artist-songs-expand-container
{
	display: none;
}
.artist-songs.expandable .artist-songs-expand-container
{
	display: inline-block;
	padding-left: 10px;
	position: absolute;
	z-index: 40;
	bottom: 0px;
	right: 0px;
	height: 25px;
	text-align: right;
	vertical-align: middle;
	line-height: 25px;
	font-size: 13px;
	color: #ffffff;
	font-style: italic;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
.artist-songs-expand-container:hover
{
	background-color: rgba(0, 0, 0, 0.6);
}
.artist-songs-expand-container .expand-icon
{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	padding: 6px 5px 5px 6px;
}
.artist-songs-expand-container .expand-icon .icon-arrow-up,
.artist-songs-expand-container .expand-icon .icon-arrow-down
{
	margin: 0px;
	vertical-align: top;
}
.artist-songs-expand-container .expand-icon .icon-arrow-up
{
	display: none;
}
.active .artist-songs-expand-container .expand-icon .icon-arrow-up
{
	display: inline-block;
}
.active .artist-songs-expand-container .expand-icon .icon-arrow-down
{
	display: none;
}
.artist-song
{
	line-height: 18px;
	margin-top: 12px;
}
.artist-song-actions
{
	display: inline-block;
	padding: 3px 6px 3px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #dddddd;
	margin: 0px 0px 0px 8px;
	line-height: 14px;
	position: relative;
	bottom: -2px;
}
.artist-song:hover .artist-song-actions
{
	background-color: #cccccc;
}
.artist-song-actions a
{
	margin-left: 6px;
	opacity: 0.9;
}
.artist-song-actions a:hover
{
	opacity: 0.6;
}

/*
 * TABS LIST end
 */


/*
 * TAB PAGE start
 */

#tab_page-song_name
{
	margin-bottom: 10px;
}
#tab_page-artist_name
{
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 20px;
	color: #aaaaaa;
}

#tab_page-controls-container
{
	overflow: visible;
	position: relative;
	height: 0px;
}
#tab_page-controls
{
	display: inline-block;
	position: absolute;
	top: -40px;
	right: 0px;
}
#tab_page-controls .normal
{
	display: inline-block;
}
#tab_page-controls .small
{
	display: none;
}
#tab_page-controls .btn
{
	margin-left: 10px;
}

#tab_page-tab_text
{
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 12px;
	
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
#tab_page-tab_text .alert
{
	font-family: inherit;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
#tab_page-tab_text scrollable_area
{
	background-color: #fafafa;
	display: block;
	padding: 5px 7px;
	margin: 0px -7px;
}

#tab_page-fixed_timer
{
	display: inline-block;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 50;
	
	font-size: 14px;
	line-height: 20px;
	padding: 2px 12px 4px 12px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	cursor: pointer;
}
#tab_page-fixed_timer .icon-stop
{
	position: relative;
	bottom: 2px;
}
#tab_page-fixed_timer .time
{
	font-size: 20px;
	line-height: 24px;
}

/* Playback button onload animation. */
#tab_page-primary_play_button
{
    animation: animate 0.5s cubic-bezier(0,1,1,0);            
}
@keyframes animate{
    from {
       transform: scale(1);
    }
    to {
       transform: scale(1.3);
    }
}

/*
 * TAB PAGE end
 */


/*
 * TAB FORM start
 */

#tab-form .form-actions
{
	padding-left: 0px;
	padding-right: 0px;
}
#tab-form .form-actions .btn
{
	margin: 0px 10px 10px 0px;
}

#tab-form #tuning_select,
#tab-form #tuning_input
{
	margin-bottom: 0px;
}
#tab-form-tuning_control
{
	margin-bottom: 10px;
}
#tab-form-tuning_control .help-block
{
	margin-bottom: 0px;
}

#tab-form #tab-form-tab_textarea-container
{
	display: inline-block;
}
#tab-form #tab-form-tab_textarea-templates_panel
{
	overflow: visible;
	height: 0px;
}
#tab-form #tab-form-tab_textarea-templates_panel .btn-group
{
	float: right;
}

textarea.monospaced
{
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 12px;
}

/*
 * TAB FORM end
 */


@media (max-width: 979px) {
	#tab-form #tab-form-tab_textarea-container
	{
		display: block;
	}
	#tab-form #tab-form-tab_textarea-container,
	#GuitarTabForm_body
	{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	
}

@media (min-width: 481px) and (max-width: 979px) {
	.artist
	{
		width: 50%;
	}
}

@media (max-width: 767px) {
	.hero-unit {
		padding: 5px 15px 5px 15px;
	}
}

@media (max-width: 600px) {
	#menu_username
	{
		display: none;
	}
	
	.hero-unit h1
	{
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 25px;
	}
	#artist_typeahead-container
	{
		overflow: visible;
		height: auto;
		margin-bottom: 20px;
	}
	#artist_typeahead_name
	{
		position: static;
	}
	
	#tab_page-song_name
	{
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	#tab_page-artist_name
	{
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	#tab_page-controls-container
	{
		overflow: visible;
		height: auto;
	}
	#tab_page-controls
	{
		display: inline-block;
		position: static;
		top: -40px;
		right: 0px;
	}
	#tab_page-controls .btn
	{
		margin-bottom: 10px;
	}
	#tab_page-controls .btn:first-child
	{
		margin-left: 0px;
	}
	
	#tab_page-tab_text,
	textarea.monospaced
	{
		font-size: 11px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	#reformal_tab {
		display: none !important;
	}
}

@media (max-width: 480px) {
	#page
	{
		min-width: 260px;
	}
	
	#reformal_tab {
		display: none !important;
	}
	
	.artist
	{
		display: block;
		width: auto;
		min-width: auto;
	}

	#tab_page-controls .normal
	{
		display: none;
	}
	#tab_page-controls .small
	{
		display: inline-block;
	}
	#tab_page-tab_text
	{
		padding: 9px;
	}
}
	

/*
 * SIGN UP FORM start
 */

/*
 * SIGN UP FORM end
 */


/*
 * MOBILE VIEW STYLES start
 */

body.mobile-view
{
}

.mobile-view #header
{
	display: none;
}
.mobile-view #footer
{
	display: none;
}

.mobile-view #tab_page-fixed_timer
{
	position: absolute;
	white-space: nowrap;
}

.mobile-view .modal,
.mobile-view .modal.fade.in
{
	top: 25%;
}

/*
 * MOBILE VIEW STYLES end
 */
