/*
* History
* 2022-03-03 Released (DR 43934).  Hide infoBar (used on floorplan, poster wall, etc..) when printing
*/


/* Override bootstrap styles that shows the href after an anchor tag */
a[href]:after {
    content: none;
}

/* Main elements to hide when printing */
.navbar-wrapper,								/* Top nav */
#infoBar,										/* Alternative awesome bar */
#leftnav,										/* Left nav */
.breadcrumb,									/* Breadcrumb */
footer,											/* Footer */
video,											/* video tags */
audio,											/* audio tags */
.popupopened #sitewrap,							/* Page Content (When popup is open) */		
.popupopened #main-banner {						/* Banner (When popup is open) */								
	display: none !important;
}

/* Popup elements to hide when printing */
.popupheader,									/* Header */
.popup_header,
.popuptools,									/* Toolbar */
.popup-gutter,									/* Gutter */
.popup_gutter,
.go-back,										/* Back Button */
.tabbed-popup-tabs,								/* Tabbed popup navigation tabs */
.tabbed-popup-menu-button {						/* Tabbed popup menu button */				
	display: none !important;
}

/* Suplemental info to hide when printing */
.tipsy,											/* tipsy */
.offscreen,										/* offscreen elements (screen readers) */
.backtotop,										/* Back to top button */
.search-wrap,									/* search bar */
.alphaList {									/* Jump to letter in list view */
	display: none !important;
}


.list-tools-wrap,
.nav-tabs,
.savenote, 
.scheduleNotes label, 
.scheduleNotes .form-control {
	display: none !important;
}

/* The main banner should show all the way at the top of the page */
#main-banner {
	position:static !important;
	margin-top:0 !important;
}
/* We dont show actionable items in the print view */
.btn,
a.btn,
input.btn,
button.btn {
	display:none !important
}


#popup {
	position: static !important;
	overflow: visible !important;
	height: auto !important;
	-webkit-transform:unset;
	-moz-transform:unset;
	transform:unset;
}

.main-popup-content { 
	height: auto !important;
}

.popup_content { 
	height: auto !important;
	flex:1;
}

.tabbed-popup-content > div {
	display:block;
	width:100%;
}

.audioHas{
	float: left !important;
	margin-left: 523px !important;
	margin-top: 10px !important;
}

.list-view {
	list-style: none;
}

.list-group-item {
	padding: 5px;
	
}

body.HasLeftNav #sitewrap .container {
	width: 100% !important;
}

.scheduleNotes {
	display: block !important;
}

.scheduleNotes .form-control{
	border: none !important;	
}

.innertracks { 
	padding: 0 !important;
}

body.popupopened {
	overflow: hidden
}




/* hide some default browser styles/pseudo elements when printing */

::-webkit-input-placeholder { /* WebKit browsers */
  color: transparent !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: transparent !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: transparent !important;
}
