html,
body,
body > .container {
  height: 100%;
}
.choose-login-mechanism-table {
  table-layout: fixed;
}
.choose-login-mechanism-table .choose-login-mechanism-option {
  text-align: center;
}
.installation-logo-500 {
  max-width: 500px;
  max-height: 500px;
}
.installation-logo-200 {
  max-width: 200px;
  max-height: 200px;
}
.installation-logo-150 {
  max-width: 150px;
  max-height: 150px;
}
.installation-logo-150.sensum-logo {
  padding: 4px 0 4px 0;
  height: 67px;
  max-width: 300px;
}
.installation-logo-100 {
  max-width: 100px;
  max-height: 100px;
}
.installation-logo-50 {
  max-width: 50px;
  max-height: 50px;
}
.alert.ng-leave {
  -webkit-transition: opacity linear 0.5s;
  -moz-transition: opacity linear 0.5s;
  -ms-transition: opacity linear 0.5s;
  -o-transition: opacity linear 0.5s;
  transition: opacity linear 0.5s;
  opacity: 1;
}
.alert.ng-leave-active {
  opacity: 0;
}
body.modal-open-NOT > .container {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}
egto-overlay {
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
}
egto-overlay.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity linear 0.5s;
  -moz-transition: opacity linear 0.5s;
  -ms-transition: opacity linear 0.5s;
  -o-transition: opacity linear 0.5s;
  transition: opacity linear 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
egto-overlay > div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
egto-overlay > .backdrop {
  background-color: #888;
  opacity: 0.5;
}
egto-overlay > .content {
  padding-top: 200px;
}
.form-control[readonly],
.form-control[disabled] {
  background-color: white;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ui-select-container[disabled] {
  min-height: 31px;
}
.hidden {
  display: none;
}
.popover {
  max-width: none;
}
.pointer {
  cursor: pointer;
}
.clickable {
  cursor: pointer;
}
.clickable:hover {
  background: whitesmoke;
}
.faded {
  opacity: 0.5;
}
.nav-bar-fixed-top-container {
  padding-bottom: 60px;
}
.nav-bar-fixed-bottom-container {
  padding-top: 60px;
}
.btn.wrap {
  white-space: normal;
}
.height100px {
  height: 100px;
}
.email-domain-button {
  margin-right: 5px;
  margin-top: 5px;
}
.welcome-text {
  font-size: 14px;
  font-weight: bold;
}
.full-width {
  width: 100%;
}
input-radio > table {
  border-bottom: unset !important;
  margin-top: -2px !important;
}
input-radio > table > thead > tr > th {
  border-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
input-radio > table > tbody > tr > td {
  border-top: unset !important;
}
input-radio i.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.text-muted {
  text-decoration: none !important;
  color: #777 !important;
}
.text-bold {
  font-weight: bold;
}
.sensum-theme .ui-select-multiple.ui-select-bootstrap {
  height: auto;
}
.sensum-theme .container {
  width: 1650px !important;
}
.sensum-theme ul.nav.nav-pills > li.active > a {
  color: white;
}
.sensum-theme ul.nav.nav-tabs {
  margin-bottom: 10px;
}
.sensum-theme ul.nav.nav-tabs > li.active > a {
  background-color: #339999;
  color: white;
}
.sensum-theme table.table {
  border-bottom: none;
}
.sensum-theme table.table > caption {
  border-bottom: 2px solid #339999;
}
.sensum-theme table.table > thead > tr > th {
  border-bottom: 1px solid #339999;
  padding: 5px;
}
.sensum-theme table.table > tbody > tr > td {
  padding: 5px;
}
.sensum-theme div.content div.toolbar {
  box-shadow: 8px 4px 4px 2px #ECECEC;
  margin-bottom: 10px;
}
.sensum-theme table .filters {
  border-top: 1px solid #339999;
  margin: 8px -8px -8px;
  font-size: 12px;
  padding: 4px;
}
.sensum-theme table .filters.form-horizontal .form-group {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: none;
}
.sensum-theme table .filters.form-horizontal .form-group .control-label {
  padding-top: 5px;
}
.sensum-theme table .filters input {
  height: 30px;
  font-size: 12px;
  font-weight: normal;
}
.sensum-theme table .filters .fa {
  font-size: 20px;
}
.sensum-theme small .ui-select-highlight {
  color: #404E58;
}
input-email ul.dropdown-menu {
  border-radius: 0px;
  margin: 0px;
  border: none;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.175);
}
input-email .btn-default {
  background-color: #e5e5e5;
}
input-email .btn-default:focus {
  border-color: #ccc;
}
input-email .input-group-btn {
  outline: none;
}
.form-group.has-success .input-group-btn .btn {
  border-color: #3c763d;
}
.form-group.has-error .input-group-btn .btn {
  border-color: #a94442;
}
.btn-lg {
  padding: 20px;
}
.btn-sign-in {
  width: 120px;
}
input-nfc img {
  width: 70px;
  display: block;
  margin: auto;
  padding: 5px 0;
}
input-nfc .nfc-container {
  max-width: 300px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .d-none-tablet {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .d-none-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .d-none-phone {
    display: none;
  }
}
