@media only screen and (max-width: 1025px){
	
	nav.software-sidebar {
    float: left;
    width: 42px;
}
	
	
span.fontawesome-text
{
	display:none;
}
	
nav.software-sidebar .menu > li a {
 display: block;
 padding: 10px 0 10px 12px;
}
	

nav.software-sidebar .menu > li i.fa {
    font-size: 15px;
    //margin-top: 8px;
}
	
	.software-content {
    float: left;
    width: calc(100% - 42px);
	padding: 10px;
	}
	
	
	body .custom-table th,
	body .custom-table td
	{
		width:auto !important;
		padding: 2px 6px;
	}
	
	body .custom-table th {
    color: #ffff95;
	}

	.fa-action
	{
		font-size:7px !important;
	}
}



@media only screen and (max-width: 767px){
	
	.tohide
	{
	display:none;	
	}
}