table.dataTable.allsites thead th, table.dataTable.allsites thead td {
	padding: 1px 12px 1px 1px;
	font-size: 12px;
}

table.dataTable.allsites tbody th, table.dataTable.allsites tbody td {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 12px;
}

table.dataTable thead th div.DataTables_sort_wrapper span {
	right: -14px !important;
}

.sitelink {
}

.sitelink_active {
	cursor: pointer;
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    /* height: 71px; */
    grid-row: 3;
    grid-column: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.bottomcontrols {
    font-size: 12px;
    /* background-color: lightgray; */
    margin: 0;
    padding: 0;
    padding-left: 10px; 
    vertical-align: middle;
}
.x_bottomcontrols {
    width: 100%;
}
