html
{
    -webkit-text-size-adjust:none;
}
body
{
    background-color:#ddd;
    color:#808080;
    padding:20px;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    margin:0;
}
h1,h2,h3,h4,h5,h6
{
    color:#010101;
}
table
{
    width:auto;
}
.clearer
{
    clear:both;
    font-size:0px;
    line-height:0px;
    height:1px;
}
p
{
    margin:0 0 10px 0;
}
.message
{
    padding:0 0 0 25px;
    display:block;
    background-position:top left;
    background-repeat:no-repeat;
    line-height:17px;
    margin:0 0 10px 0;
}
  .message.success-title
  {
      font-weight:bold;
      padding:0 0 0 0;
      color:#00cc33;
      font-size:14px;
  }
  .message.failure
  {
      background-image:url(/cstb/oc/images/messages-failure.png);
      color:#e61823;
  }
  .message.failure-title
  {
      font-weight:bold;
      padding:0 0 0 0;
      color:#e61823;
      font-size:14px;
  }
.row
{
    padding:0;
    width:100%;
    clear:both;
    float:left;
    display:block;
}
  .row.spaced
  {
      margin-bottom:10px;
  }
    .row.spaced.main-content {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }
  .row.no-space
  {
      margin:0;
  }

.col
{
    float:left;
    display:inline;
}
    .col.quarter
  {
      width:25%;
  }
  .col.one-third
  {
      width:33.333333%;
  }
  .col.left
  {
      width:42%;
      margin-right:3%;
  }
  .col.right
  {
      width:55%;
  }
  .col.half
  {
      width:50%;
  }
  .col.two-thirds
  {
      width:66.666666%;
  }
  .col.three-quarters
  {
      width:75%;
  }
  .col.full
  {
      width:100%;
  }
  .col.login-label
  {
      margin:0 0 0 5px;
  }
  .col.col-login
  {
      position:relative;
  }

img
{
    width:auto;
    display:block;
    max-width:100%;
}
p.instruction
{
    font-size:12px;
}
p.prompt-message
{
    font-size:12px;
}

#wrapper
{
    width:694px;
    overflow:hidden;
    padding:20px;
    background-color:#fff;
    margin:auto;
    box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);
    color:#808080;
    overflow:hidden;
}
  #wrapper h3 {
      margin-bottom: 8px;
  }

.sap-title
{
    font-size:14px;
    clear:both;
    float:right;
    text-align:right;
}
  .sap-title span
  {
      font-size:10px;
  }

.trustbroker-logo
{
    display:none;
}
  .trustbroker-logo img
  {
      float:right;
  }

.main-logo
{
    float:right;
    height:24px;
}
.main-left
{
  margin-top:20px;
  background-position: center center;

  /* scale bg image proportionately */
  background-size: cover;

  /* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(/backgroundsize.min.htc);
}

.login-row
{
    border-top:1px dashed #ccc;
    padding:10px 0 0 0;
    margin-left:0px;
    margin-right:0px;
    min-height:31px;
}

.login-row-form
{

}
  .login-row-form input[type="text"]
  {
      width:97%;
      padding:1%;
      border:1px solid #ccc;
      margin:0 0 10px 0;
  }
  .login-success-container input[type="button"],
  .login-form-container input[type="button"]
  {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:#E5E5E5;
    border:1px solid #9F9F9F;
    color:#000;
    line-height:100%;
    padding:3px 25px;
    margin-left: 0px;
    display: block;
    cursor:pointer;
  }
  .login-row-form input[type="submit"],
  .login-row-form input[type="button"],
  .login-row-form input.submit
  {
      background-color:#E5E5E5;
      border:1px solid #9F9F9F;
      color:#000;
      line-height:100%;
      padding:3px 25px;
  }
  .login-row .login-logo
  {
      padding:0 10px 0 0;
  }

#info-button {
  width: 89px;
  height: 19px;
  background-color: #fff;
  background-image: url(/cstb/oc/images/footer-logo.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  left: 0px;
  bottom: -39px;
  cursor: pointer;
}
  #info-button.open {
    background-position: bottom left;
  }

#info-wrap
{
    position:relative;
}

#info-box {
    display: none;
    border: 1px solid #ccc;
    border-bottom: 0px;
    background-color: #f8f8f8;
    padding: 0 20px 10px 20px;
}
  #info-box h3 {
      line-height: 17px;
      font-size: 14px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 8px;
      color: #000;
  }
  #info-box p {
      line-height: 100%;
      font-size: 12px;
      color: #808080;
  }
    #info-box p.message {
        line-height: 17px;
        color: #808080;
        padding-left: 0px;
        background-image: url();
    }
  #info-box.open {
      display:block;
  }

.row.footer
{
    margin-left:0px;
    margin-right:0px;
    padding:0;
}
  .row.footer .content {
      width: 100%;
      margin: 0;
      padding: 15px 0 15px 0;
      float: left;
      display: inline;
      background-position: 0px 50%;
      background-repeat: no-repeat;
      border-top:1px solid #ccc;
  }

.copy
{
    font-size:10px;
    margin:0px;
    clear:both;
}
  .copy p
  {
      font-size:10px;
      margin:0px;
  }

.login-form-containers, .login-success-containers {
  display: inline-block;
  width:100%;
}
  .login-success-containers
  {
      text-align:left;
  }

.login-form-container, .login-success-container {
  cursor:pointer;
  border-top:1px dashed #ccc;
  padding:10px 0px 0px 0px;
  margin-top: 10px;
  width: 100%;
}
  .login-success-container.idmap
  {
      padding:10px 0;
      margin-bottom:10px;
      border-bottom:3px solid #000000;
  }
  .login-success-container.last
  {
      padding:10px 0;
      margin-bottom:10px;
      border-bottom:1px dashed #ccc;
  }
  .login-success-container
  {
    cursor:default;
  }

.login-form-container.open {
  cursor:default;
  border-top:3px solid #000000;
}
.login-form-container.open-below {
  border-top: 3px solid #000000;
}
.idmap {
  cursor:default;
  border-top:3px solid #000000;
}

.login-form-container:last-child {
  border-bottom:1px dashed #ccc;
  padding-bottom: 10px;
}
.login-form-container.one-auth {
  border-bottom: 3px solid #000000;
  padding-bottom: 10px;
}

.login-form-container .wrapper, .login-success-container .wrapper {
  float: left;
  width: 100%;
}

.login-form-container .left-column {
  float: left;
  width: 60px;
  margin-left: -100%;
}
.login-success-container {
  float: left;
}

.login-form-container .left-column img, .login-success-container .left-column img {
  /*height: 25px;*/
}

.login-form-container.initial .left-column img {
  /*height: 25px;*/
}

.login-form-container .left-column img {
  /*width: 65%;*/
}

.login-form-container.open .left-column img {
  /*width: auto;*/
  /*height: 25px;*/
}

.login-form-container .wrapper .right-column, .login-success-container .wrapper .right-column {
  margin-left: 80px;
}

.login-success-container p
{
    margin:0px;
}
.login-success-container p.message {
    margin-bottom:10px;
}

form.login-form input {
  border:1px solid #ccc;
  display: block;
}

form.login-form input[type="text"],
form.login-form input[type="password"] {
  width:97%;
  padding:3px 3px 3px 3px;
  border:1px solid #ccc;
  margin:0 0 10px 0;
}

form.login-form input[type="submit"],
form.login-form input[type="button"],
form.existing-logons-form input[type="submit"],
form-existing-logons-form input[type="button"] {
  background-color:#E5E5E5;
  border:1px solid #9F9F9F;
  color:#000;
  line-height:100%;
  padding:3px 25px;
  margin-left: 0px;
  cursor:pointer;
}

form.login-form input[type="button"] {
  margin-top: 10px;
  background-color:#E5E5E5;
  border:1px solid #9F9F9F;
  color:#000;
  line-height:100%;
  padding:3px 25px;
  margin-left: 0px;
  display: block;
  cursor:pointer;
}

form.login-form input[type="button"][disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

p.instruction {
  margin-bottom: 0px;
  margin-top: 10px;
  float: left;
  clear: both;
  display:none;
}
p.prompt-message {
  margin-bottom: 10px;
  margin-top: 5px;
  float: left;
  clear: both;
}

.login-form-container .closed-msg {
  margin-top: 5px;
  display:block;
}

.login-form-container.open .closed-msg {
  display:none;
}

.login-form-container .login-form {
  display:none;
}

.login-form-container.open .login-form {
  display:block;
}

p.error {
  display:none;
  color: #F47E82;
}

form.login-form input[type="text"].error,
form.login-form input[type="password"].error {
  border: 1px solid #F47E82;
}

.col-login h3 {
  float: left;
  clear: both;
  margin: 0px;
  width: 100%;
}

.identity-map, .existing-logons-map, .existing-logons-action
{
    width:99%;
    margin:0;
    border-collapse:collapse;
    float:left;
}
.existing-logons-action
{
    margin:10px 0 0 0;
}
.existing-logons-action tr td
{
    padding:0px 0px 10px 0px;
    text-align:left;
}
.existing-logons-action tr td.last
{
    padding:0px 0px 0px 0px;
    text-align:left;
}
.existing-logons-cancel-all-checkbox
{
    cursor:pointer;
    margin:0px;
}
  .identity-map tr td, .existing-logons-map tr td,
  .identity-map tr th, .existing-logons-map tr th
  {
      padding:5px 10px;
      border:1px solid #ccc;
      text-align:left;
      color:#808080;
  }
    .identity-map tr td a, .existing-logons-map tr td a,
    .identity-map tr th a, .existing-logons-map tr th a
    {
        color:#808080;
        text-decoration:none;
    }
      .identity-map tr th a:hover, .existing-logons-map tr th a:hover,
      .identity-map tr td a:hover, .existing-logons-map tr td a:hover
      {
          text-decoration:underline;
      }
  .identity-map tr:hover td
  {
      background-color:#e5e5e5;
      cursor:pointer;
  }
  .identity-map tr th, .existing-logons-map tr th
  {
      background-color:#929497;
      color:#fff;
      font-weight:normal;
  }
  .identity-map tr td.primary, .existing-logons-map tr td.primary
  {
      width:30px;
  }

form.login-form > div {
    position: relative;
    overflow: hidden;
}
form.login-form > div > label {
    position: absolute;
    top: 4px;
    left: 5px;

    z-index: 1;

    font-size: 13.3px;
}
form.login-form > div > input {
    text-indent: 1px;
}
form.login-form input[type="text"],
form.login-form input[type="password"] {
    position: relative;
    top: 0;
    left: 0;
    background: none;

    z-index: 2;
}
form.login-form input:not([type="submit"]):not([type="button"]):not([class="login-form-readonly"]):focus {
    line-height: 25px;
    height: 25px;

    padding: 15px 1% 1% 1%;
}
form.login-form input:focus + label {
}
form.login-form input:not([value=""]):not(:focus) + label {
    display: none;
}
form.login-form input:[value=""]:focus + label {
    display: inline-block;
}
form.login-form input:[value=""] + label {
    display: inline-block;
}
form.login-form input:not([value=""]).not([type="submit"]).not([type="button"]) {
    background: white;
}
form.login-form input:[value=""].not([type="submit"]).not([type="button"]) {
    background: none;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.SubmitPermitEmpty {
}
.SubmitEmptySet {
}
