.ListInTab
{
	text-align: center;
}

.ListInTab .Header
{
	margin-top:30px;
	margin-bottom:20px;
}

.ListInTab .Title
{
	float: left;
    width: 100%;
	display: inline;
	font-size: 24px; 
}

.ListInTab th 
{
	text-align:left;
}

.ListInTab td 
{
    line-height: 38px !important;
    text-align: left;
}

.ListInTab tr 
{
	cursor: pointer;
}

.ListInTab tbody tr:hover 
{
	background: #eee;
}


.ListInTab .ListInTab_Body .btn 
{
    min-width:80px;
}

.ListInTab .ListInTab_Body th .fas
{
    display: inline;
    font-size: 16px;
    padding-left: 5px;
}

.ListInTab .ListInTab_Body a:hover
{
    text-decoration: none !important;
}
.ListInTab .ListInTab_Body a:focus
{
    text-decoration: none !important;
}

.ListInTab .div_a
{
	color: #337ab7;
    text-decoration: none;
}

.ListInTab .MassiveActionsZone .form-control 
{
    margin-top: 3px;
    width: auto;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.ListInTab .MassiveActionsZone .btn 
{
    margin-top: 3px;
    width: auto;
    display: inline-block;
    float: left;
    margin-left: 10px;
}



