/* media query starts here */

@media (max-width: 768px) {
	
	.breadcrumb {
		display:none;
	}
	/*.query-table {
		display: block;
	}*/
	/*Tables Style begins*/
	 /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables tr th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.centerMe {
		text-align: center;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*Label the data*/
	#no-more-tables td:before { content: attr(data-title); }
	/*Tables Style ends*/
	.option {
		display: block;
	}
	.title-and-breadcrumb {
		display:none;
	} 
	.margin-up-content {
	    margin-top: 25px;
	}
	.job-high {
	    width: 100%;
	    border-left: none;
	}
	.white {
		display: none;
	}	
	.java-tree{
		align:center;
		text-align:center;
		width:100%;
		margin-bottom:10px;
		display: none;
	}	
	.tree-icon{
		text-align: center;
	}
	
	.desktop-user-rights{
		display: none;
	}
	
	.mobile-user-rights{
		display : block;
	}
	
	
	.breadcrumber {
    background-color: transparent;
    text-align:center;
    }
	h5 {
	    margin-top: 0px;
	    margin-bottom: 10px;
	    text-align: center;
	    
	}
.jFiler-input-dragDrop {
    display: block;
    width: 154px;
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #fff;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.jFiler * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	.logo{
		display:none;
	}
	.infohead{
		display:none;
	}
	#treep {
		display: block;
		background-color: #cc332d;
	}
	#treep:hover .java-tree{
		display: block;
	}
	.tabs{
		width:100%;
		padding:0px;
	}
	.pull-right{float:none;}
	.pull-left{float:none;}
	
}

/* media query ends here */