.btn150
{
	width:150px;	
}
.btnEnabled
{
	cursor:pointer;
}
.btnEnabled:hover
{
	fill:green;
}
#dropfile{
	
	height: 50px;
	border: 3px dashed #BBBBBB;
	line-height:50px;
	text-align: center;
}
/*.jqx-grid-cell-middle-align
{
	margin-top:2.5px!important;	
}*/
@media (min-width: 576px) { 
		#content
		{
			width:576px;
			margin:auto;
		}
}


@media (min-width: 768px) { 
		#content
		{
			width:768px;
			margin:auto;
		}
}


@media (min-width: 992px) { 
		body {
		    background-color: lavender;
		  }
		#content
		{
			width:992px;
			margin:auto;
		}
}
@media (min-width: 1200px) {
      	#content
		{
			width:1200px;
			margin:auto;
		
      	}
}
.btnClientHome
{
	line-height:5em;
	cursor:pointer;
	background-color:#ededed;
}
.btnClientHome:hover
{
	background-color:rgb(0,123,255);
	color:white;
}
#contentClientHome
{
	
}
.svgactions
{
	margin-left:-15px;
	margin-right:-15px;
}


