html,
body {
  height: 100%;
  font-size: 16pt; }

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px; }

.wrap > .container {
  padding: 10px 15px 20px; }

.footer {
  height: 60px;
  background-color: #777;
  color: #fff;
  font-size: 10pt;
  border-top: 1px solid #ddd;
  padding-top: 20px; }

.jumbotron {
  text-align: center;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px; }

.not-set {
  color: #c55;
  font-style: italic; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px; }

a.asc:after {
  content: "\e151"; }

a.desc:after {
  content: "\e152"; }

.sort-numerical a.asc:after {
  content: "\e153"; }

.sort-numerical a.desc:after {
  content: "\e154"; }

.sort-ordinal a.asc:after {
  content: "\e155"; }

.sort-ordinal a.desc:after {
  content: "\e156"; }

.grid-view th {
  white-space: nowrap; }

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999; }

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0; }

.navbar-inverse {
  min-height: 77px; }

.navbar-inverse .navbar-brand {
  /*color: #e0e0e0;*/ }

.navbar {
  background: #CCCCFF;
  min-height: 77px;
  border: 0px solid transparent;
  font-size: 9pt; }

.navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px; }

.navbar-inverse .navbar-nav > li > a {
  color: #444; }

ul.nav a:hover {
  color: #ff0000 !important; }

.row input, .row textarea {
  background-color: #ddd; }

.content {
  margin-top: 1em; }

.side-bar-title {
  color: #fff;
  background-color: #888;
  margin: 0em -1em 1em;
  padding: 0.5em 0.5em 0.5em;
  border-radius: 10px 10px 0 0; }

.side-bar {
  background-color: #ddd;
  padding: 0em 1em 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

#medano-img-center {
  display: block;
  width: 200px;
  margin: 10px auto 10px; }

#medano-img-right {
  display: block;
  width: 200px;
  margin: 10px auto 10px; }

@media (min-width: 550px) {
  #medano-img-center {
    width: 450px; }

  #medano-img-right {
    width: 350px; } }

/*# sourceMappingURL=site.css.map */
