html {
	background-color: #f0f3f4;
}

body {
	font-family: "Open_Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857143;
	color: #58666e;
	background-color: transparent;
}

body.login .app:before {
	background-color: #008c00 !important;
}

.st-sort-ascent:before {
	content: '\25B2';
}

.st-sort-descent:before {
	content: '\25BC';
}

.wrapper-md {
  padding: 20px;
}

.form-dialog {
  padding:10px;
}

.panel-default .panel-heading {
  background-color: #f6f8f8;
}

.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 15px;
  border-top: 1px solid #eaeff0;
}

.table > thead > tr > th {
  padding: 8px 15px;
  border-bottom: 1px solid #eaeff0;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fafbfc;
}

.table-striped > thead > th {
  background-color: #fafbfc;
  border-right: 1px solid #eaeff0;
}

.table-striped > thead > th:last-child {
  border-right: none;
}

.red {
    color: red; 
}

.black {
    color: black;
}

.green {
    color: green;
}

.strike {
    text-decoration: line-through;
}