body {
  margin-top: 65px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  height: 40px;
  padding: 0px;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
.padding15Top {
  padding-top: 15px;
}
.padding15Bottom {
  padding-bottom: 15px;
}
.padding15Right {
  padding-right: 15px;
}
.width100 {
  width: 100%;
}
.text-left {
  text-align: left;
}
.main-container-inner {
  xposition: absolute;
  display: inline-block;
  width: 100%;
  min-height: 80%;
}
.screen-center {
  z-index: 100;
  margin: 15% auto 0 auto;
  width: 800px;
}
.login-header {
  background-color: #E3E3E3;
  background-image: url("../images/logo_WI_big.png");
  background-repeat: no-repeat;
  height: 150px;
  width: 800px;
}
.login-body {
  background-color: #E3E3E3;
  background-repeat: no-repeat;
  padding-top: 5px;
}
.login-body h2 {
  padding: 0x;
  font-weight: bold;
  font-size: 22px;
}
.login-body input[type=checkbox] {
  margin-right: 10px;
  position: absolute;
}
.login-body .lbl {
  padding-left: 20px;
  font-weight: 400;
}
.login-body .btn-sm,
.login-body .input-sm {
  border-radius: 0px;
  font-size: 14px;
}
.login-body .btn-primary {
  background-color: #575756;
  border-color: #fff;
}
.horizontal-divider {
  display: none;
}
.checkbox {
  margin: 0px;
}
.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0px;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.checkbox label {
  padding-left: 0px;
}
.checkbox label input[type="checkbox"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: .5;
}
.validation-summary-errors ul {
  list-style-type: none;
  padding-left: 0px;
  font-style: italic;
  margin: 0px;
}
.vertical-divider {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 55%;
  margin: 0;
  padding: 0;
  width: auto;
  height: 50%;
  line-height: 0;
  text-align: center;
  transform: translateX(-50%);
}
.vertical-divider span {
  background: #aaa;
  padding: 2px 4px;
  color: #fff;
}
.vertical-divider:before,
.vertical-divider:after {
  position: absolute;
  left: 50%;
  content: '';
  z-index: 9;
  border-left: 2px solid rgba(34, 36, 38, 0.15);
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  width: 0;
  height: calc(89%);
}
.row-divided > .vertical-divider {
  height: calc(49%);
}
.vertical-divider:before {
  top: -100%;
}
.vertical-divider:after {
  top: auto;
  bottom: 0;
}
.row-divided {
  position: relative;
}
@media (max-width: 767px) {
  .screen-center {
    max-width: 320px;
  }
  .login-header {
    background-color: #E3E3E3;
    background-image: url("../images/logo_WI_320.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 320px;
    height: 114px;
  }
  .vertical-divider {
    display: none;
  }
  .horizontal-divider {
    display: initial;
  }
  .horizontal-divider h2 {
    font-size: 14px;
    text-align: center;
    border-bottom: 2px solid #aaa;
    line-height: 0.1em;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
  }
  .horizontal-divider h2 span {
    background: #aaa;
    padding: 2px 4px;
    color: #fff;
  }
}
#mainPasswordProgress {
    margin-bottom: 0px;
    margin-top: 5px;
}