html,
body {
    height: 100%;
}

body td, th {
    padding: 5px;
}

a {
    color: #03dd03;
}

.btn-primary {
    background-color: #03dd03;
    border-color: #00ff00;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

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

.footer {
    height: auto;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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;
}


.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  padding: 15px;  
  line-height: 120px;
  text-align: center;
}

.flex-item img {
    max-width: 200px;
    max-height: 150px;
    width: auto;
}

.flex-item.xl img {
    max-width: 320px;
    max-height: 150px;
    width: auto;
}

.small-sponsors .flex-item {
    line-height: 75px;
}

.small-sponsors .flex-item img {
    max-width: 100px;
    max-height: 75px;
    width: auto;
}

.small-sponsors .flex-item.xl img {
    max-width: 150px;
    max-height: 750px;
    width: auto;
}

.footer-copyright {
    text-align: center;
    padding: 1em 1em 2em 1em;
}

.panel-primary {
    border-color: #00ff00;
}

.panel-primary > .panel-heading {
    background-color: #03dd03;
    border-color: #00ff00;
}

.panel-primary :not(.btn) a:not(.btn) {
    color: #03dd03;
}

.panel-primary .pagination > .active > a {
    background-color: #03dd03;
    color: #FFF;
    border-color: #00ff00;
}

#signupform-captcha-image {
    display: block;
}