/**mobile22**/
	form { display: block; border-radius: 10px; padding: 5px }

	.progress {  position:relative; width:99%; height:25px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; margin-left: 5px; margin-bottom: 5px;}
	.bar { background-color: #337ab7; width:0%; height:20px; border-radius: 3px;}
	.percent { position:absolute; display:inline-block; /*top:50%;*/ margin-left:1%; color: #000000; font-weight:bold; font-size:12px;}

	input[type="file"] {
		display: none;
	}

	input[type="submit"], #upload-label, #btnUploadAvatar {
		display: none;
	}
	
	#progress_status, #refreshHandouts {
		float:left;
		clear:all;
	}
	
	.custom-file-upload {
		cursor: pointer;
	}
	
	#bos_progress_status{
		float:left;
		clear:all;
	}
	
	.bos_progress, #upload_progress {position:relative; width:99%; border: 1px solid #ddd; border-radius: 3px;}
	.bos_bar { background-color: #337ab7; width:0%; height:30px; border-radius: 3px; padding-top: 5px; }
	.bos_percent { position:absolute; display:inline-block; top:3px; left:50%; color: #000000; font-weight:bold;}	
	
	.upload-container {
    height: 35vh;
    min-height: 35vh;
    max-height: 35vh;
    overflow: auto;
}

	
	/*
	#status { padding: 5px; width: 100%;}
	input[type="file"] {
		display: none;
	}
	input[type="submit"], #btnUploadAvatar, #upload_progress {
		display: none;
	}
	.custom-file-upload {

		cursor: pointer;
	}	
	*/