/* LOGOUT */
body {
  background: url(../images/main-background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#hideMenu {
  position: fixed;
  border-left: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  border-bottom-left-radius: 20px;
  top: 0px;
  right: 0px;
  opacity: 0;
  width: 90px;
  height: 50px;
  background-color: white;
  z-index: 99999;
}
#hideMenu #switch-lang {
    float: left;
    padding-top: 16px;
    padding-left: 14px;
}
#hideMenu #logout-btn {
    float: right;
    margin-right: 7px;
}
#hideMenu #logout-btn img {
    margin: 7px 0 0 8px;
    width: 35px;
    height: 35px;
}
#hideMenu:hover {
    opacity: .8;
}

.reveal section img {
  margin: 15px 0px;
  background: none;
  border: none;
  box-shadow: none; }

table {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px; }
  table thead tr td {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em !important;
    border-bottom: 1px solid #444; }
  table tbody td {
    border-color: #444 !important; }
  table tbody .plus {
    color: red !important; }
  table tbody .minus {
    color: #64cdef !important; }

.photos .reveal section img {
  padding: 0;
  margin: 5px; }

.login-page {
  background: url(../images/main-background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}