body {
  background-color: #f2f7ea;
  padding: 0;
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

.container {
  background-color: white;
}

#header {
  border-bottom: 1px solid #b50d20;
}

#title {
  padding-top: 10px;
}

#logo {
  padding: 15px;
}

#logo a {
  text-decoration: none;
}

#logo img {
  height: 58px;
}

#logo2 {
  height: 32px !important;
}

a {
  color: #003882;
}

.menu {
  background-color: #f9f9f9;
  margin: 0 -15px;
  border-bottom: 1px solid #ddd;
}

.menu a {
  display: block;
  float: right;
	padding: 5px 10px;
  border-left: 1px solid #ddd;
  text-align: center;
	font-size: 12px;
  text-decoration: none;
  color: black;
}

.menu a:hover {
  background: linear-gradient(#ffffff, #d9edf7);
}

#content {
  min-height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

h1, h2, h3 {
  color: #003882;
  font-size: 24px;
  font-family: Arial;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

#footer {
  color: #ffffff;
  background: #003882;
  font-size: 12px;
  text-align: right;
}

#footer a {
  color: white;
}

#footer a:hover {
  text-decoration: underline;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

form span.error {
  color: #f00;
}

.form-control:focus {
  border: 1px solid #003882;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 56, 130, 0.4);
}

#startbuttons a {
  display: block;
  font-size: 12px;
  border: 1px solid #003882;
  box-shadow: 0px 0px 4px 2px rgba(0, 56, 130, 0.4);
  width: 110px;
  height: 110px;
  text-align: center;
  text-decoration: none;
  color: black;
  float: left;
  margin: 5px 10px 10px 5px;
  border-radius: 10px;
  background: linear-gradient(#ffffff, #d9edf7);
}

#startbuttons a img {
  margin: 15px 0 0 0;
  width: 46px;
  height: 46px;
}

#startbuttons a:hover {
  box-shadow: 0px 0px 4px 5px rgba(0, 56, 130, 0.4);
}

#startbuttons a:hover img {
  width: 48px;
  height: 48px;
}

form .info {
  display: block;
  color: black;
  padding: 2px;
  background-color: #cce1be;
  border: 1px solid #6eb43f;
  width: 15px;
  height: 15px;
  font-size: 12px;
  font-weight: bolder;
  text-align: center;
  float: left;
  margin: -3px 0 0 10px;
  cursor: help;
}

.ui-tooltip {
  font-size: 10px !important;
}

.feedback {
  font-size: 10px;
}

.message {
  font-weight: bolder;
  padding: 15px 0 15px 50px;
  margin: 0 0 5px 0;
}

.message.error {
  background:  #f99 url('/assets/images/cancel.png') no-repeat 5px 5px;
  border: 1px solid #f00;
}

#entry img {
  max-height: 100px;
}

#entry #entry_number {
  width: 100px;
}

#entries img, .table .actions img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

label {
  display: inline;
}

/* register page */
#register img {
  max-width: 100px;
}

.table-responsive {
  overflow-x: visible !important;
}