#musicForm .row {
	margin-right: -5px;
	margin-left: -5px;
} 
#musicForm [class^="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

#musicForm #file {
	position: fixed;
    top: 45px;
    z-index: 5;
    background: #fff;
    padding: 0px 10px 7px 10px;
    border-bottom: 1px solid #e9e9e9;
    max-width: 805px;
    margin: -5px -11px;
}
@media(max-width: 992px){
#musicForm #file .music_item.active .progress-wrap {
		width: calc(100% - 35px)!important;
		left: 35px!important;
}}
#musicForm textarea {
	/*font-family: Calibri, "Trebuchet MS", Arial, serif;*/
	font-family: 'rub';    letter-spacing: -1.1px;
}
#musicForm .iyoutube {
	background: url(/assets/img/youtube.png?v=2) no-repeat;
	background-position: 5px;
	background-size: 16px;
	padding: .25rem 1.7rem;
}
#musicForm .iapple {				
	background: url(/assets/img/apple.png?v=2) no-repeat;
	background-position: 5px;
	background-size: 16px;
	padding: .25rem 1.7rem;
}
#musicForm .spotify {
    background: url(/assets/img/spotify.png?v=2) no-repeat;
    background-position: 5px;
    background-size: 16px;
    padding: 0.25rem 1.7rem;
}
#musicForm .igoogle {				
	background: url(/assets/img/googleplay.png?v=2) no-repeat;
	background-position: 5px;
	background-size: 16px;
	padding: .25rem 1.7rem;
}
#musicForm .iuser-music {				
	background: url(/assets/img/user-music.png?v=3) no-repeat;
	background-position: 8px;
	background-size: 16px;
	padding: .25rem 1.7rem;
}
#musicForm .iuser-edit {				
	background: url(/assets/img/user-edit.png?v=3) no-repeat;
	background-position: 8px;
	background-size: 16px;
	padding: .25rem 1.7rem;
}
#musicForm .iuser-translation {				
	background: url(/assets/img/user-translation.png?v=3) no-repeat;
	background-position: 8px;
	background-size: 16px;
	padding: .25rem 1.7rem;
}