h4 {
	padding-bottom: 4px;
	border-bottom: 2px solid rgba(0,0,0,.5);
	color: #006614;
}

#login .jumbotron {
  background-color: #f6f6f6;
}
#login-title {
  border-right: 1px solid #ddd;
  text-align: center;
}
#login-title h2 {
  margin-right: 40px;
  padding: 0 65px;
}
#login-title p {
  margin-top: 1em;
  margin-right: 40px;
}
@media (max-width: 767px) {
  #login-title {
    border-right: none;
  }
  #login-title h2 {
    margin-right: 0;
    padding: 0 0;
  }
  #login-title p {
    margin-right: 0;
  }
}

#navbar-home-logo {
  position: relative;
  top: -3px;
  height: 20px;
  margin-right: 10px;
}
.form-document-title {
  display: inline-block !important;
  width: 300px;
  font-size: 22px;
}
.form-control.inline {
  display: inline-block;
  width: auto;
}
.datepicker.inline {
  width: 140px !important;
}

.footer {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  background-color: #ffffff;
}
.footer p {
  color: #7da469;
  text-align: center;
  margin-bottom: 0;
}

.tab-pane {
  padding: 20px 20px 0;
}

.dropdown-menu > li > span {
  display: block;
  padding: 6px 20px 8px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  background-color: #ddd;
  white-space: nowrap;
}

.document th,
.document td {
  text-align: center;
}

.alert p {
  margin: 10px 0;
}

.note {
  color: #666;
  font-size: 91%;
  margin: 0;
  padding: 5px 0 0 0;
}
.btn.edit-user,
.btn.delete-user {
  padding-left: 10px;
  padding-right: 10px;
}

.pre-no-style {
  padding: 0;
  background-color: inherit;
  border: none;
  font-family: sans-serif;
}

.number {
  text-align: right !important;
}
.center {
  text-align: center !important;
}

.form-control {
  padding: 3px 6px;
}
.sunpou {
  padding: 5px 0;
}
.sunpou .form-control {
  width: 28px;
  padding: 3px 0;
  display: inline-block;
  text-align: center;
}
.preview {
  max-width: 100%;
  max-height: 100%;
  background-color: #eee;
  text-align: center;
}
.preview img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.fade.in {
  display: block !important;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 100%;
}
.lightbox-header .close {
  position: absolute;
  top: 18px;
  right: 28px;
  z-index: 9999;
  background-color: #fff;
  border-radius: 18px;
  border: 5px solid #fff;
  color: #ff5600;
  opacity: 1;
  width: 38px;
  height: 38px;
}
.highlight {
  background-color: yellow;
}
.search-form {
  width: 100%;
  margin-bottom: 12px;
}

/*
 * Override bootflat.css
 * -----------------------------*/
body {
  background-color: rgb(241, 242, 246);
}
.container .jumbotron, .jumbotron {
  padding: 48px 60px;
}
table {
  background-color: #fff;
}
.breadcrumb {
  margin-top: 20px;
}
