/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.datepicker{z-index:1151 !important;}  
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.footer .text-muted > span {
  vertical-align: middle;
  top: 0;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
  padding: 0px 15px 0;
}

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.form-signin .form-signin-heading,
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

h1 {
  font-size: 20px;
}

form > .btn {
  margin-bottom: 20px;
}

.container > h1 {
  margin-bottom: 20px;
}

.locale {
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
}

.locale-en {
  background-image: url(/javax.faces.resource/img/us.gif.jsf);
}
.locale-de {
  background-image: url(/javax.faces.resource/img/de.gif.jsf);
}
select[size] {
  height: 30px;
  line-height: 30px;
}
/**for zoom avatars**/
ul.gallery {
  margin-left: 3vw;
  margin-right: 3vw;
}

.zoom {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.zoom:hover,
.zoom:active,
.zoom:focus {
  /** adjust scale to desired size,  add browser prefixes **/
  -ms-transform: scale(5);
  -moz-transform: scale(5);
  -webkit-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  position: relative;
  z-index: 100;
}
/** To keep upscaled images visible on mobile, increase left & right margins a bit **/
@media only screen and (max-width: 768px) {
  ul.gallery {
    margin-left: 15vw;
    margin-right: 15vw;
  }
}

td {
  vertical-align: middle !important;
}

.navbar-default.demo {
  background-color: rgba(130, 234, 129, 0.61);
  border-color: #e7e7e7;
}

.navbar-default.demo .dropdown-menu {
  background-color: rgba(130, 234, 129, 1);
}

.navbar-default.demo .dropdown-menu a {
  background-color: transparent;
}

.text-muted span.glyphicon-info-sign {
  cursor: pointer;
}
