.content {
  margin-top: 50px;
}
.undecorated-link:hover {
  text-decoration: none;
}
[ng\:cloak],
[ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.header-profile-image {
  border-radius: 50%;
  height: 28px;
  margin-right: 5px;
  opacity: 0.8;
  width: 28px;
}
.open .header-profile-image,
a:hover .header-profile-image {
  opacity: 1;
}
.user-header-dropdown-toggle {
  padding-bottom: 11px !important;
  padding-top: 11px !important;
}
.user-primary-account {
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.error-text {
  display: none;
}
.has-error .help-block.error-text {
  display: block;
}
.has-error .help-inline.error-text {
  display: inline;
}
.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.input-form .row {
  margin-bottom: 10px;
  margin-top: 10px;
}
.input-form input {
  height: 50px;
  font-size: 150%;
}
.input-form select {
  height: 50px;
  font-size: 150%;
}
.input-form select:disabled {
  color: gray; 
}

.fade {
    /* transition: all linear 1s; */
    opacity: 1;
}

.fade.ng-hide {
    opacity: 0;
}
.ng-hide {
    opacity: 0;
    transition: none 0;
}
.wiz-button {
  height: 60px;
  font-size: 150%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
}
.wiz-button-sm{
  height: 40px;
  font-size: 125%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.header-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  margin: auto;
}

@media only screen and (max-width: 440px) {
  .wiz-button {
    height: 80px;
    font-size: 200%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .wiz-button-sm{
    height: 60px;
    font-size: 150%;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .select-lg {
    height: 50px;
    font-size: 150%;
  }
  .input-lg {
    height: 50px;
    font-size: 150%;
  }
}
.ui-grid, .ui-grid-viewport {
  height: auto !important;
}

.full {
  padding: 0 !important;
  margin: 0 auto !important;
  background-size: cover;
  overflow: hidden;
}
.wide {
  width: 100%;
  height: auto;
}

.bg {
  /* The image used */
  background-image: url("/modules/core/client/img/brand/mainbg.jpg");

  /* Full height */
  height: 100vh;
  /* position: fixed; */


  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg {
    background-image: url("/modules/core/client/img/brand/mainbg_vert.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

form [uib-typeahead-popup].dropdown-menu {
  width: 90%;
  font-size: 150%;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ui-grid-menu .ui-grid-menu-mid {
  min-height: 250px;
}

.form-control:focus {
  border-width: 3px;
  border-color: #008047;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #008047;
}

.form-control::-webkit-input-placeholder {
  color: rgb(0 200 98 / 65%)
}

.loader {
  left: calc(50% - 15px); 
  position: absolute; 
  top: calc(50% - 15px);
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #006600;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s cubic-bezier(0.8, 0.1, 0.1, 0.8) infinite;
}

.loadOverlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}

#passList .ui-grid-header-cell-label {
  white-space: normal !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin: 7.5px 15px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-text {
      float: none;
      margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in { 
      display: block!important;
  }
  .collapsing {
      overflow: hidden!important;
  }

  .header-container {
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: auto;
  }

  .header-container:before {
    content: none
  }
  .header-container:after {
    content: none
  }

  #nav-header {
    order:1;
    flex: 1;
  }

  #nav-auth {
    order:2; 
  }

  #nav-menu {
    order:3;
    flex: 1 0 100%;
  }
}