/*
 *
 *  Delegate app
 *
 */

#app-content {
  background-color: transparent;
  border: none;
  padding-top: 0;
}

#login-box-wrapper {
  border: none;
  background: #f8f8f8;
  padding-top: 1em;
  padding-bottom: 10em;
  width: auto;
}

#login-box {
  margin: 0 auto;
  width: 650px;
  display: table;
}

#login-box-form {
  width: 307px;
  margin: 0;
  padding: 36px 84px 36px 84px;
  background: #fff;
  border: 1px solid #e4e4e4;
  display: table-cell;
}

#login-box fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#login-box label {
  font-size: 1.23em;
  margin-bottom: 0.35em;
  display: block;
}

#login-box .input-wrapper {
  margin-bottom: 1.25em;
}

input.inputtext {
  border-radius: 5px;
  border: 1px solid #888;
  display: block;
  font-size: 100%;
  font-weight: bold;
  height: 2.75em;
  outline: 0 none;
  padding-left: 10px;
  width: 245px;
}

#login-box button {
  /* color gradient */
  background: -webkit-linear-gradient(top, #f1f1f1, #e9e9e9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#e9e9e9));
  background: -moz-linear-gradient(top, #f1f1f1, #e9e9e9);
  background: -ms-linear-gradient(top, #f1f1f1, #e9e9e9);
  background: -o-linear-gradient(top, #f1f1f1, #e9e9e9);
  /* ^color gradient */
  margin: 0.625em 0 0;
  padding: 0.625em 1.5em;
  cursor: pointer;
  border-radius: 0.35em;
  border: 1px solid #888;
  font-family: inherit;
  font-size: 1.1em;
}

#login-box button:hover {
  /* color gradient */
  background: -webkit-linear-gradient(top, #dedede, #d0d0d0);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dedede), to(#d0d0d0));
  background: -moz-linear-gradient(top, #dedede, #d0d0d0);
  background: -ms-linear-gradient(top, #dedede, #d0d0d0);
  background: -o-linear-gradient(top, #dedede, #d0d0d0);
  /* ^color gradient */
}

#login-box button span {
  font-weight: bold;
}

#backend-selectors {
  display: none;
}

#login-text-wrapper {
    margin-top: 1em;
}

#login-box-form a {
    color: #0b5a9d;
    text-decoration: none;
}

#hookinfo-info-text-wrapper,
#info-text-wrapper.active {
    background: url(images/weblogin-line-dotted.gif) repeat-x scroll 0 0;
    width: 100%;
    height: 3em;
    margin-top: 1em;
    padding-top: 1em;
}

#hookinfo-info-text-wrapper .hookinfo-info-text,
#info-text-wrapper .info-text {
    padding-left: 2.5em;
    vertical-align: middle;
}

#hookinfo-info-text-wrapper .hookinfo-info-text,
#info-text-wrapper .info-text.active {
    background: url(images/weblogin-info-icon.png) no-repeat center left;
}

#login-text-wrapper.active,
#info-text-wrapper.active,
#hookinfo-info-text-wrapper {
    display: table;
}

#login-text-wrapper .login-text,
#info-text-wrapper .info-text {
    display: none;
}

#login-text-wrapper .login-text.active,
#info-text-wrapper .info-text.active,
#hookinfo-info-text-wrapper .hookinfo-info-text {
    display: table-cell;
}

#backend-list {
  background-color: #f8f8f8;
  width: 237px;
  display: table-cell;
  position: relative;
  vertical-align: top;
}

#backend-list h2 {
  display: none;
}

#login-box #backend-list .external-backend,
#login-box #backend-list .internal-backend {
    background: #fbfafa url(images/delegate-inactive-flap.png) repeat-y top left;
    border: 1px solid #e4e4e4;
    border-left: none;
    margin-bottom: 10px;
    padding: 20px;
    cursor: pointer;
    display: table;
    text-decoration: none;
    color: #2b2b2b;
}

.internal-backend,
.external-backend {
    width: 100%;
}

.internal-backend .logo,
.external-backend .logo
{
    padding: 3px 0 0 0;
    position: relative;
    display: table-cell;
    height:  37px;
    width: 66px;
}

.external-backend .text,
.internal-backend .text {
    display: table-cell;
    font-size: 1.23em;
    line-height: 1.29em;
    vertical-align: middle;
    width: 100%;
}

.external-backend .logo + .text,
.internal-backend .logo + .text {
    font-size: 1em;
    padding-left: 1em;
}

a.external-backend,
a.external-backend:hover {
  border-bottom: 1px dotted #e4e4e4;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}


#login-box #backend-list .external-backend.active,
#login-box #backend-list .internal-backend.active {
  background: #fff;
  margin-left: -1px;
}

/* Hide placeholders for desktop design */
::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

