.refresh_btn {
	background-color: #44c767;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #18ab29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #2f6627;
}

.refresh_btn:hover {
	background-color: #5cbf2a;
	color: black;
}

.refresh_btn:active {
	position: relative;
	top: 1px;
}

.even-row {
	background-color: #C8C8C8;
	color: black;
}

.dashboard-table-div {
	height: 600px;
	overflow-y: auto;
	overflow-x: auto;
}

.dashboard-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-family: "Droid Sans", sans-serif;
	height: 10px;
}

.dashboard-table td, .dashboard-table th {
	border: 1px solid black;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: black;
}

.dashboard-table th {
	background-color: #C2C2C2;
}
/*
.stats{
    height: 75px;
    width: auto;
    float: right;
    padding: 13px 0 0 0;
    background: #C8C8C8;
    margin: 0px;
    position: absolute;
    left: 967px;
    top: 100px;
}*/
.stats {
	height: 75px;
	width: 15%;
	padding: 13px 0 0 0;
	background: #C8C8C8;
	margin: -90px 0 0 0;
	border: 1px solid black;
	position: relative;
	left: 85%;
	top: 18%;
}

tr:nth-child(even) {
	background-color: #E0E0E0;
}

#header-fixed {
	position: fixed;
	top: 0px;
	display: none;
	background-color: white;
}

/*========================================*/

.form-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 50%;
	height: 100%;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-family: "Droid Sans", sans-serif;
	height: 5px;
}
#table_logging td, #table_logging th, #table_logfiles td, #table_logfiles th {
	border: 1px solid black;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	color: black;
}
#table_logging th {
	display:none;
}
#table_logging #checkbox_log{
	margin-left: 10px;
}
#table_logging #checkbox_log{
	margin-left: 20px;
}
#table_logging input[type='checkbox'] {
	margin-left: 40px;
}
#table_logfiles input[type='checkbox'] {
	margin-left: 20px;
}
#table_logfiles .first_td {
	display: none;
}
#table_logfiles th {
	padding-left: 20px;
}