#ui-wrapper.ui-bar-active #ui-bar {

	position: fixed;
	z-index: 222;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
	/*     height: 60px; */
}

#ui-bar {
	height: 40px;
}

.ui-wrapper .ui-bar-info,
.ui-wrapper .ui-bar-slider {
	height: 40px;
}

.ui-wrapper .ui-bar-text {
	height: 40px;
	line-height: 40px;
}

#ui-wrapper.ui-menu-active #ui-menu {
	height: 450px;
}

.ui-wrapper.ui-view-sm #ui-menu {
	z-index: 9;
}

#ui-wrapper.ui-menu-active #ui-menu {
	z-index: 9;
}

#ui-wrapper,
#ui-menu {
	/* 	background-color: rgb(249 249 249) !important;	 */
}

.audio_container {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
}

.audio_control {
	position: relative;
}

.audio_title {
	margin: 3px 10px;
	width: 100%;
	text-align: left;
}

.audio_add_to_medialibrary {
	margin: 13px 10px;
	float: right;
}

button.ytp-play-button {
	outline: none;
	border: 0px solid;
	background: transparent;
	width: 40px;
	height: 30px;
}

.ytp-play-button {
	fill: #1a9ce9;
	opacity: 0.85;
}

.ytp-play-button:hover {
	cursor: pointer;
	opacity: 1;
}

.audio_wrap_data {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	cursor: pointer;
}

.audio_wrap_data.playing {
	display: none;
}

#ui-content-music-tab-btns {
	display: none;
}

/*
#jag_music_container_page .ui-wrapper.ui-view-md #ui-content{
	display: block;
	position: inherit;
    min-height: 70vh;
    overflow: visible;	
}

#jag_music_container_page .ui-wrapper.ui-view-md #ui-menu{
	display: block;
	padding: 5px 30px;
	    max-height: 450px;
	    position: absolute;
}

#ui-wrapper.ui-menu-active #ui-menu{
    background-color: #eee !important;
    z-index: 9;
    box-shadow: 1px 5px 8px #b1b0b0;
    padding: 5px 30px;
}
.ui-wrapper .ui-page{
	padding: 5px 50px; 
	min-height: inherit;
}
#jag_music_container_page #ui-wrapper{
	min-height: 450px;
}*/
.post .wo_shared_doc_file {
	overflow: initial !important;
}

.audio_container .pointer>span:first-child {
	display: block;
}

.audio_container .pointer>span:last-child {
	display: none;
}

.audio_container .pointer.added>span:first-child {
	display: none;
}

.audio_container .pointer.added>span:last-child {
	display: block;
}

.audio_play_buton {
	background: url('new_play.svg') no-repeat;
	width: 24px;
	height: 24px;
}

.audio_play_buton.pause {
	background: url('new_pause.svg') no-repeat;
}

.progressBar {
	height: 3px;
	background-color: #009D94;
	;
	text-align: right;
	background-color: #009d941f;
	text-align: right;
	width: 0%;
	position: absolute;
	top: 0px;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.progressCounter {
	color: #009896;
	font-weight: 700;
	padding: 8px;
	opacity: 0.5;
}

.jag_music_container {
	width: 100%;
	height: 100%;
	position: relative;
}

#splayer_modal .modal-dialog {
	width: 80%;
	height: 80%;
	position: relative;
}

#splayer_modal .modal-dialog .modal-content {
	height: 100%;
	position: relative;
}

.splayer_close {
	position: absolute;
	right: 0px;
	z-index: 9;
	cursor: pointer;
	padding: 5px;
}

.splayer_close:hover {
	opacity: .6
}

.ui-wrapper.ui-view-md .ui-bar-track .ui-bar-slider,
.ui-wrapper.ui-view-md .ui-bar-track .ui-bar-text,
.ui-wrapper.ui-view-xs[data-ui-page=nowplaying] .ui-bar-stream .ui-bar-slider,
.ui-wrapper.ui-view-xs[data-ui-page=nowplaying] .ui-bar-stream .ui-bar-text {
	height: 25px;
	line-height: 25px;
}

.ui-wrapper.ui-view-md #ui-bar.ui-bar-track {
	height: 40px;
}

.ui-wrapper.ui-view-xs #ui-bar.ui-bar-stream,
.ui-wrapper.ui-view-xs #ui-bar.ui-bar-track {
	height: 40px;
}

.ui-wrapper.ui-view-xs[data-ui-page=nowplaying] #ui-bar {
	height: 65px;
}

.ui-wrapper .ui-bar-img {
	height: 40px;
	width: 40px
}

.ui-wrapper .ui-bar-box,
.ui-wrapper .ui-trdropdown-box {
	height: 30px;
}

#ui-bar-artwork {
	font-size: 24px;
	line-height: 40px;
}

.ui-wrapper.ui-view-md #ui-content {
	width: 520px;
}

.ui-wrapper.ui-view-md .ui-layer-image {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 54px;
	display: none;
}

.ui-wrapper.ui-view-xs .ui-layer-header {
	height: 160px;
}

.ui-wrapper.ui-view-xs[data-ui-page=nowplaying] .ui-layer-header {
	height: 50px;
}

.ui-wrapper.ui-view-xs .ui-layer-info {
	top: 10px;
	height: 150px;
}

.ui-wrapper.ui-view-xs .ui-bar-info,
.ui-wrapper.ui-view-xs .ui-bar-slider,
.ui-wrapper.ui-view-xs .ui-bar-text[data-ui-id=duration],
.ui-wrapper.ui-view-xs .ui-bar-track .ui-bar-text[data-ui-id=time] {
	display: block;
}

#splayer_modal {
	height: auto;
	position: fixed;
	width: 1005px;
	z-index: 9999;
	border-radius: 0px;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
	display: none;
	max-height: 580px;
}

#splayer_modal.open {
	display: block;
	margin-left: -385px;
	left: 50%;
	top: 60px;
}

#ui-model-box-content input {
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}

.ui-wrapper .ui-page .ui-content {
	margin-bottom: 0px;
}

/*#ui-vs-container{
		height:auto !important;
		min-height: 300px;
	}*/
@media (min-width: 0px) and (max-width: 415px) {
	.ui-bar-info:hover {
		background-color: unset !important;
	}

	.ui-wrapper .ui-bar-info {
		width: 130px;
	}

	.ui-wrapper .ui-bar-info-div {
		display: none;
	}

	.ui-wrapper .ui-obj:not(.ui-obj-with-songs) .ui-obj-actions,
	.ui-wrapper .ui-obj-image-blur {
		width: 100px;
		height: 100px;
		top: 0px;
		left: 0px;
	}

	.ui-wrapper .ui-bar-info,
	.ui-wrapper .ui-bar-slider {
		height: 50px;
	}

	.ui-wrapper.ui-view-sm .ui-obj {
		margin-bottom: 50px;
	}

	.ui-wrapper .ui-obj {
		width: 100px;
		height: 100px;
	}

	.ui-wrapper .ui-obj-image {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.ui-wrapper.ui-view-md #ui-content {
		width: 87%;
	}

	.ui-wrapper.ui-view-xs #ui-bar.ui-bar-stream,
	.ui-wrapper.ui-view-xs #ui-bar.ui-bar-track {
		height: 60px;
	}

	#splayer_modal .modal-dialog {
		width: 100%;
		height: 100%;
	}

	#ui-wrapper,
	#ui-menu {
		border-radius: 8px 8px 0px 0px;
	}

	#splayer_modal {
		width: 100vw;
	}

	#splayer_modal.open {
		height: calc(50vh - 46px);
		left: unset;
		margin-left: unset;
		top: unset;
	}

}