/*------------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;
	}
	.btn:not(.btn-link):not(.btn-circle) {
		margin-bottom: 2px;
		width: 66px;
	}
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
		display: none;
	}
}





/*------------ENABLE IN LARGE SCREEN------------*/
@media (min-width: 768px) {    
	
	
}
