html, body {
  background-color: #f2f2f2;
  font-family: arial, sans-serif;
}
.logo-div {
  width: 800px;
  margin: 0 auto;
}
.table-options {
  width: 1100px;
  margin: 0 auto;
  padding-top: 15px;
}
.table-options label {
	margin-right: 20px;
}
.table-options label input[type='radio'] {
/*	margin-right: 20px;*/

}
.logo-div img {
  display: block;
  margin: 15px auto;
}
.logo-div a {
  text-align: center;
  display: inline-block;
  padding: 0 10px 10px 0;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.logo-div-dashboard {
  width: 1100px;
  position:relative;
}
.main-div {
  background-color: white;
  width: 1100px;
  margin: 25px auto;
}
.form-div {
  background-color: white;
  width: 800px;
  margin: 25px auto;
}
.form-div form {
  padding: 20px;
}
.form-div form h3, .form-div form h5 {
  margin-top: 0;
  text-align: center;
}
.form-div form div label {
  padding-top: 15px;
  display: block;
}
.form-div form div label input, .form-div form div label select {
  display: block;
}
.form-div form div.full label input[type="text"] {
  width: 100%;
}
.form-div form div.full label input[type="checkbox"]{
	height: 25px;
	width: 25px;
	position: relative;
    top: 6px;
	display: inline-block !important;
}
.spacer {
	margin-top: 50px;
	text-align: center;
}
label.error {
  padding-top: 1px !important;
  font-size: 11px;
  color: red;
  position: absolute;
}
label[for="closed"]{
	padding-top: 5px !important;
}
label[for="date"]{
  font-weight: bold;
}
input[type="submit"]{
  display: inline-block;
  background-color: #086530;
  color: white;
  padding: 10px 20px;
  margin: 10px auto;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
}
input[type="submit"]:hover {
  color: black;
}
.form-div form div.full input[type="button"]{
  display: inline-block;
  background-color: #086530;
  color: white;
  padding: 10px 20px;
  margin: 10px auto;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
}
.form-div form div.full input[type="button"]:hover {
  color: black;
}
input[disabled="disabled"]{
  filter: grayscale(50%);
  color: white;
}
input[disabled="disabled"]:hover {
  filter: grayscale(50%);
  color: white;
  cursor: default;
}
#data-table {
/*	width: 1100px !important;*/
	background-color: white;
}
.data-table{
	border-collapse:collapse;
}
.data-table thead tr td {
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
}
.data-table tbody tr td {
  padding: 5px 10px;
  border:1px solid #B9B9B9;
}
.data-table thead tr td:last-of-type{
  text-align: center;
}
.data-table tbody tr[completed="1"]{
	background-color: #f6d8d8;
}
.data-table tbody tr[completed="1"] td:last-of-type{
	text-align: center;
}
.third {
  display: inline-block;
  width: 33%;
  float: left;
}
.full {
  display: inline-block;
  width: 100%;
}
#loader {
  position: absolute;
  right:100px;
  top: 150px;
  z-index: 1;
}
#data-table-loader {
	position: absolute;
    right: 0;
    top: 10px;
}
.complete-issue {
  border-radius: 50%;
  border: 2px solid green;
  color: green;
  background-color: transparent;
  display: block;
  margin: 0 auto;
  outline: 0 !important;
  padding: 2px 5px;
  cursor: pointer;
}