#loginView {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  background-color: white;
}
#loginView > div {
  max-width: 400px;
  padding-top: 100px;
  margin: auto;
}
html,
body {
  height: 100%;
  margin-top: 0;
}
#wrapper {
  padding-top: 50px;
  height: 100%;
}
#page-wrapper {
  height: 100%;
  padding-bottom: 0;
  position: relative;
}
#page-wrapper > .container-fluid {
  height: 100%;
}
.side-nav {
  top: 0;
}
ul.alert-dropdown {
  width: 250px;
}
.fullscreenBtn {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 10px;
  display: block;
  color: #999999;
  text-shadow: #333333;
  font-size: 16px;
}
.fullscreen #page-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 8888;
}
.fullscreen .fullscreenBtn .glyphicon:before {
  content: "\e097";
}
/*#region BLOCKS */

.fillPageContainer {
  margin: 0 -25px;
  height: 100%;
}
.color-OK {
  color: #99c24e;
}
.color-Warning {
  color: #fbb040;
}
.color-Error {
  color: #fb4040;
}
select {
  border: 1px solid #111111;
  background: transparent;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #cccccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border-radius: 2px;
}
/*#endregion */

