* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
  width: 100%;
  min-width: 1100px;
  min-height: 100%;
  background: #333;
  color: #000;
  font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
  font-size: .9em;
}
.hidden { display: none; }
#portal-header-wrap {
  position: relative;
  z-index: 99;
  height: 56px;
  min-width: 1100px;
  border-top: 2px solid #000;
  background: #fff;
  box-shadow: 0 1px 5px 2px gray;
}
#portal-header-wrap > img { width: 163px; height: 50px; }
#portal-lang-wrap {
  float: right;
  margin-top: 18px;
  text-align: right;
  font-size: 12px;
}
#portal-lang-wrap span:first-child { margin-right: 15px; }
#portal-lang-wrap .lang-btn {
  padding: 7px 10px;
  background: #707070;
  color: #fff;
  cursor: pointer;
}
#portal-lang-wrap .lang-btn:last-child { margin-right: 15px; }
#portal-lang-wrap .lang-btn.is-active { background: #444; }
#portal-mainwrap {
  overflow: hidden;
  min-width: 1100px;
  min-height: 550px;
  background: #fff url("/static/images/adfs/summer-01.jpg") left top / auto 550px no-repeat;
}
#portal-bgwrap { overflow: hidden; width: 100%; min-height: 550px; }
#portal-formwrap { position: relative; margin: 42px 0 0 718px; }
#portal-formwrap #login-logo { display: block; width: 288px; height: 44px; margin-bottom: 20px; }
#account-btn-wrap { overflow: hidden; width: 403px; margin: 39px 0 10px; }
#account-btn-wrap span {
  float: left;
  width: 33%;
  padding: 10px 0;
  background: #001646;
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
#account-btn-wrap span:nth-child(2) { background: #33436a; }
#account-btn-wrap span:hover { text-decoration: underline; }
#portal-formwrap #authArea {
  position: relative;
  width: 399px;
  min-height: 182px;
  border: 1px solid #ddd;
  background: rgba(255,255,255,.7);
}
#loginForm { margin-top: 30px; }
#formsAuthenticationArea { padding-bottom: 2px; }
#portal-login-div { float: left; width: 78px; height: 76px; margin-left: 30px; }
#portal-login-div img { width: 78px; }
#portal-login-div img:first-child { height: 35px; }
#portal-login-div img:last-child { height: 33px; }
input.text {
  box-sizing: content-box;
  height: 28px;
  padding: 0 3px;
  border: 1px solid #bababa;
  background: #fff;
  font-family: inherit;
  font-size: 1em;
  outline: none;
}
input.text:focus { border-color: #6b6b6b; }
#customUserNameInput { position: relative; top: 2px; display: block; width: 161px; margin: 2px 0 10px; }
#passwordInput { position: relative; top: 2px; display: block; width: 161px; margin: 2px 0 8px; }
#submissionArea { float: right; position: relative; top: 29px; left: -30px; width: 72px; height: 21px; }
#submitButton {
  position: absolute;
  top: -25px;
  left: 0;
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #3d3d3c;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
}
#submitButton:hover { background: #555; }
#errorText {
  display: block;
  clear: both;
  margin: 5px 30px 0 40px;
  color: red;
  font-size: 14px;
  font-weight: bold;
}
#portal-other-wrap {
  overflow: hidden;
  width: 1090px;
  height: 273px;
  margin: 30px 0 0 25px;
  border: 1px solid #b0b0b0;
  background: #fff;
}
#portal-other-wrap header { height: 43px; }
#portal-other-wrap header > img { margin: 12px 0 0 20px; }
#portal-other-wrap header > span { position: relative; top: -3px; left: 5px; color: #fff; }
#portal-it-wrap { float: left; width: 282px; height: 271px; border-right: 1px solid #b0b0b0; }
#portal-bb-wrap { float: left; width: 496px; height: 271px; border-right: 1px solid #b0b0b0; }
#popup-zone-wrap { float: left; width: 308px; height: 271px; }
#portal-it-wrap header { background: #011652; }
#portal-bb-wrap header { background: #2ba1ab; }
#popup-zone-wrap header { background: #454445; }
#portal-bb-wrap header .bb-more { float: right; top: 14px; left: auto; margin-right: 20px; cursor: pointer; }
#portal-it-wrap table { width: 235px; height: 111px; margin: 23px 0 0 22px; border-collapse: collapse; }
#portal-it-wrap th { width: 48px; height: 54px; border: 1px solid #e5e5e5; background: #fafafa; text-align: center; }
#portal-it-wrap td { border: 1px solid #e5e5e5; }
#portal-it-wrap td span { margin-left: 20px; color: #000; }
#portal-bb-wrap table { width: 435px; margin: 25px 0 0 30px; border-collapse: collapse; font-size: 13px; }
#portal-bb-wrap table img { position: relative; top: 2px; }
#portal-bb-wrap .subject { margin-left: 5px; cursor: pointer; }
#portal-bb-wrap .datetime { color: gray; }
#popupzone-btns { float: right; margin: 18px 71px 0 0; }
#popupzone-btns span { float: left; width: 10px; height: 10px; margin: 0 1px; border-radius: 50%; background: #cacaca; }
#popupzone-btns span.active { background: #870034; }
#popup-zone-wrap section { text-align: center; }
#popup-img { width: 235px; height: 151px; margin-top: 30px; border: 1px solid #e5e5e5; }
#portal-bottom-wrap {
  overflow: hidden;
  width: 1090px;
  height: 86px;
  margin: 0 0 30px 25px;
  border: 1px solid #b0b0b0;
  border-top: 0;
  padding: 15px 0;
  background: #f3f3f5;
  text-align: center;
}
#portal-bottom-wrap span { display: inline-block; margin: 0 20px; color: #000; vertical-align: top; }
#portal-bottom-wrap span img { vertical-align: middle; }
#portal-bottom-wrap span b { position: relative; top: -20px; margin-left: 5px; font-size: 14px; font-weight: 400; }
#portal-bottom-wrap span:last-child img { position: relative; top: -5px; }
#porta-footer-wrap {
  overflow: hidden;
  width: 1100px;
  min-height: 80px;
  margin-top: 25px;
  padding: 0 0 25px;
  background: #333;
  color: #999;
}
#porta-footer-wrap section { float: left; }
#porta-footer-wrap section:first-child { margin-left: 50px; }
#porta-footer-wrap section:nth-child(2) { margin: -5px 0 0 50px; font-size: 12px; line-height: 20px; }
#porta-footer-wrap section:nth-child(3) { float: right; border: 1px solid #999; padding: 3px 6px; font-size: 13px; letter-spacing: -1px; }
@media (max-width: 1100px) {
  #portal-mainwrap { background-image: url("/static/images/adfs/summer-03.jpg"); }
}
