/* 
 * (c) 2015 jens@jensheidrich.de
 * 
 */

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

html {
    min-height: 80%;
}

body {
    height: 100%;
}

.container {
    height: 100%;
}

.row {
    height: 100%;
    min-height: 100%;
}

.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.7);
}

.navbar label {
    color: #ff0000;
}

.navbar .btn {
    padding: 2px 4px;
}

body {
    margin-top: 50px;
    margin-bottom: 50px;
    background: none;
}

.container .jumbotron, 
.container-fluid .jumbotron {
    border-radius: 2px;
    margin-bottom: 20px;
}

.jumbotron {
    background-color: rgba(255, 0, 0, 0.3);
}

.jumbotron p {
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    background-color: rgba(160, 0, 0, 0.8);
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    color: #fff;
}

a {
    color: #ffffff;
    text-decoration: underline;
    -o-transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -khtml-transition: color 0.5s linear;
    -webkit-transition: color 0.5s linear;
    -ms-transition: color 0.5s linear;
    transition: color 0.5s linear;
}

a:focus, a:hover {
    color: #ffb709;
    text-decoration: none;
}

a#toggle_bg {
    cursor: pointer;
    text-decoration: none;
}

p {
    color: #ffffff;
/*    background-color: rgba(0, 0, 0, 0.7); */
    padding: 10px;
}

div.row {
    background-color: rgba(0, 0, 0, 0.7); 
}

div.row.top-margin {
    margin-top: 20px;
}

ul.para {
    color: #ffffff;
/*    background-color: rgba(0, 0, 0, 0.7); */
    padding: 10px;
}

table.para {
    color: #ffffff;
/*    background-color: rgba(0, 0, 0, 0.7); */
    padding: 10px;
    border-collapse: separate;
}

button, input, optgroup, select, textarea {
    color: #555;
}

#gallery > a > img {
    border: 1px solid #2f0009;
    margin: 3px 1px;
    opacity: 1;
    transition: opacity 700ms ease-out 0s;
}

#gallery > a > img:hover {
    position: relative;
    left: -1px;
    top: -1px;
    border: 1px solid #2f0009;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(255, 0, 0, 0.8);
    -moz-box-shadow: 2px 2px 10px 2px rgba(255, 0, 0, 0.8);
    box-shadow: 2px 2px 10px 2px rgba(255, 0, 0, 0.8);
    opacity:0.8;
    filter:alpha(opacity=80);
}

.blueimp-gallery > .description {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  display: none;
}
.blueimp-gallery-controls > .description {
  display: block;
}

span.expires {
    font-weight: bold;
    text-decoration: underline;
}

span.glyphicon {
    color: #ff0000;
}

ul.errorlist{
    list-style: none;
    font-size: 2em;
    color: white;
    background-color: rgba(255,255,255,0.2);
    margin: 10px 20px;
}
