/*------------ENABLE IN SMALL SCREEN------------*/
@media (max-width: 768px) {
	.formediascreen1{
		padding:0;
	}
	.card .body{
		padding:8px;
	}
	#image-preview{
		width: 65px;
		height: 65px;
		background: url(../images/profile.png);
		background-size: cover;
		background-repeat: no-repeat;
		border: 3px solid #ccc;
		border-radius: 5px;
		overflow: hidden;
		position: absolute;
		cursor: pointer;
		top: -22px;
		right: 15px;
	}
	#photolabel {
		position: absolute;
		width: 200px;
		height: 31px;
		color: #fefafd;
		top: 56px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		text-align: center;
		line-height: 17px;
		background: rgba(0,0,0,0.4);
		font-size: 10px;
	}
	div.dataTables_wrapper div.dataTables_length label {
        display: none;
    }
    div.dataTables_wrapper div.dataTables_filter{
        display:none;
    }
}





/*------------ENABLE IN LARGE SCREEN------------*/
@media (min-width: 768px) {    
	
	
}
