/**
 * CSS for Gitkit Javascript widget.
 * All selectors should begin with a "gitkit-" prefix to avoid conflicts.
 */

.gitkit-container,
.gitkit-container-outer {
  background-color: #fff;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  color: #111;
  font: 14px "Helvetica Neue", helvetica, arial, sans-serif;
  overflow: hidden;
  position: relative;
}

.gitkit-container {
  margin: 0 auto;
  padding: 10px;
  width: 300px;
}

.gitkit-container-outer {
  box-shadow: 0 0 0.6em #ccc;
  -webkit-box-shadow: 0 0 0.6em #ccc;
  -moz-box-shadow: 0 0 0.6em #ccc;
  padding: 35px 50px;
}

.gitkit-container-outer .gitkit-container {
  min-width: 300px;
  width: inherit;
}

.gitkit-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 18px;
  margin-top: 12px;
  padding-bottom: 7px;
}

.gitkit-text {
  margin: 14px 0;
}

.gitkit-error {
  color: #e54b31;
  line-height: 18px;
  margin: -16px 0 16px;
}

.gitkit-list-item {
  margin: 0;
  padding: 0;
}

.gitkit-hidden {
  display: none;
}

.gitkit-relative-wrapper {
  position: relative;
}

.gitkit-label {
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-bottom: 7px;
}

.gitkit-checkbox-label {
  display: inline-block;
  font-weight: normal;
}

.gitkit-input,
.gitkit-input-invalid {
  border: 1px solid #ddd;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  height: 32px;
  margin: 0 0 24px;
  max-width: 300px;
  padding-left: 8px;
  width: 100%;
}

.gitkit-input-invalid {
  border: 1px solid #e54b31;
}

.gitkit-recaptcha {
  margin-bottom: 24px;
}

.gitkit-recaptcha-image {
  height: 57px;
  width: 300px;
  text-align: center;
}

.gitkit-recaptcha-response {
  float: left;
  margin-top: 8px;
  width: 173px;
}

.gitkit-recaptcha-label {
  display: block;
  line-height: 1.2;
  margin-bottom: 7px;
}

.gitkit-recaptcha-input {
  border: 1px solid #ddd;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  width: 160px;
}

.gitkit-recaptcha-buttons {
  float: left;
  width: 17px;
  margin-top: 8px;
  margin-left: 8px;
}

.gitkit-recaptcha-button-icon {
  border: none;
  height: 17px;
  margin: 0;
  vertical-align: bottom;
  width: 17px;
}

.gitkit-recaptcha-logo {
  border: none;
  float: left;
  height: 51px;
  margin-top: 8px;
  margin-left: 8px;
  vertical-align: bottom;
  width: 94px;
}

.gitkit-button {
  background-color: #f5f5f5;
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #444;
  cursor: default;
  display: inline-block;
  font: 13px "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin: 0;
  min-width: 54px;
  padding: 0 12px;
  text-decoration: none;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

.gitkit-button:hover {
  background-color: #eeeeee;
  background-image: linear-gradient(top,#ededed,#e0e0e0);
  background-image: -moz-linear-gradient(top,#ededed,#e0e0e0);
  background-image: -ms-linear-gradient(top,#ededed,#e0e0e0);
  background-image: -o-linear-gradient(top,#ededed,#e0e0e0);
  background-image: -webkit-linear-gradient(top,#ededed,#e0e0e0);
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  color: #111;
  transition: all 0.0s;
  -moz-transition: all 0.0s;
  -ms-transition: all 0.0s;
  -o-transition: all 0.0s;
  -webkit-transition: all 0.0s;
}

.gitkit-button:active {
  background-color: #f6f6f6;
  background-image: linear-gradient(top,#ededed,#e0e0e0);
  background-image: -moz-linear-gradient(top,#ededed,#e0e0e0);
  background-image: -ms-linear-gradient(top,#ededed,#e0e0e0);
  background-image: -o-linear-gradient(top,#ededed,#e0e0e0);
  background-image: -webkit-linear-gradient(top,#ededed,#e0e0e0);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.gitkit-link {
  color: #018ed7;
  text-decoration: none;
  font-weight: normal;
  font-variant: normal;
}

.gitkit-link:hover {
  text-decoration: underline;
}

.gitkit-form-actions {
  margin-bottom: 14px;
}

.gitkit-edit-action {
  background: url(https://www.gstatic.com/authtoolkit/image/edit.png) top left no-repeat;
  display: inline-block;
  line-height: 25px;
  padding-left: 30px;
}

.gitkit-remove-action {
  background: url(https://www.gstatic.com/authtoolkit/image/trash.png) top left no-repeat;
  display: inline-block;
  height: 24px;
  margin-left: 22px;
  width: 24px;
}

.gitkit-indent {
  margin-left: 1em;
}

.gitkit-sign-in-options {
  margin: -16px 0 24px;
  position: relative;
}

.gitkit-tos {
  margin-bottom: 24px;
}

.gitkit-arrow-indicator,
.gitkit-arrow-indicator-active {
  border: none;
  bottom: 24px;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 0px;
  width: 32px;
}

.gitkit-arrow-indicator {
  background: url(https://www.gstatic.com/authtoolkit/image/indicator-left.png) no-repeat center;
}

.gitkit-arrow-indicator-active {
  background: url(https://www.gstatic.com/authtoolkit/image/indicator-active-left.png) no-repeat center;
}

.gitkit-recommend-option {
  margin-top: -24px;
  margin-bottom: 24px;
}

.gitkit-idp-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.gitkit-idp-button {
  display: inline-block;
  height: 48px;
  vertical-align: middle;
  width: 100%;
}

.gitkit-idp-list > .gitkit-list-item {
  margin-bottom: 15px;
}

.gitkit-idp-icon {
  border: none;
  display: inline-block;
  height: 48px;
  vertical-align: middle;
  width: 48px;
}

.gitkit-idp-favicon {
  border: none;
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
}

.gitkit-idp-text {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 252px;
}

.gitkit-idp-password {
  background-color: #7f7f7f;
}

.gitkit-idp-password .gitkit-idp-text {
  line-height: 48px;
  width: 100%;
}

.gitkit-idp-google {
  background-color: #dd4b39;
}

.gitkit-idp-googleplus {
  background-color: #dd4b39;
}

.gitkit-idp-microsoft {
  background-color: #004185;
}

.gitkit-idp-yahoo {
  background-color: #4002af;
}

.gitkit-idp-aol {
  background-color: #2ea0df;
}

.gitkit-idp-facebook {
  background-color: #3b5998;
}

.gitkit-idp-paypal {
  background-color: #008de0;
}

.gitkit-account-photo {
  display: inline-block;
  height: 48px;
  margin-left: 15px;
  vertical-align: middle;
  width: 48px;
}

.gitkit-avatar-with-idp {
  margin: 10px 16px;
}

.gitkit-info-bar {
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  left: 10%;
  padding: 8px 16px;
  position: absolute;
  right: 10%;
  text-align: center;
  top: 0;
}

.gitkit-info-bar-message {
  font-size: 12px;
  margin: 0;
}

.gitkit-busy-indicator {
  background: url(https://www.gstatic.com/authtoolkit/image/loading.gif) no-repeat center center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gitkit-callback-indicator-container {
  height: 120px;
}

.gitkit-account-chip {
  /* background: #fff; */
  /* border: 1px solid #dcdcdc; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  /* padding: 8px; */
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  /* custom styles will be used */
  /*width: 142px;*/
  /*height: 32px;*/
}

.gitkit-account-chip-photo {
  /*border: 1px solid rgba(0,0,0,0.1);*/
  height: 0px;
  /*left: 8px;*/
  position: absolute;
  /*top: 8px;*/
  width: 0px;
  /* custom styles will be used */
  display: none;
}

.gitkit-account-chip-name,
.gitkit-account-chip-email,
.gitkit-account-chip-email-only {
  display: block;
  /* margin-left: 52px; */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 14px;}

.gitkit-account-chip-name {
  font-weight: bold;
  margin-top: 2px;
  /* custom styles will be used */
  display: none;
}

.gitkit-id-submit {
  background: transparent;
  border: none;
  color: #80a7cf;
  font-size: 11px;
  font-weight: inherit;
  cursor: pointer;
}
.gitkit-account-chip-email {
  /* custom styles will be used */
  /*color: #666;*/
  margin-top: 3px;
}

.gitkit-account-chip-email-only {
    /* color: #111; */
    font-weight: bold;
    margin-top: 3px;
}

.gitkit-sign-in-button {
  display: inline-block;
}

.gitkit-user-card {
  color: #80a7cf;
  /* font: 14px "Helvetica Neue", helvetica, arial, sans-serif; */
  position: relative;
  /* custom styles will be used */
  /*width: 135px;*/
}

.gitkit-user-card-chip {
  outline: none;
  cursor: pointer;
}

.gitkit-user-card-arrow {
  background: url("/taneLayout/img/down-arrow-white.png") no-repeat right center;
  position: absolute;
  width: 97%;
  height: 4px;
  /* custom styles will be used */
  top: 10px;
  left: 20px;
}

.gitkit-user-card-menu {
  border: 1px solid #dcdcdc;
  border-width: 0 1px 1px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: inherit;
}

.gitkit-user-card-menuitem {
  background: #fff;
  color: #018ed7;
  display: block;
  margin: 0;
  outline: none;
  padding: 10px 8px;
}

.gitkit-user-card-menuitem:hover,
.gitkit-user-card-menuitem:focus {
  background: #f4f4f4;
  cursor: pointer;
}

.gitkit-manage-account-list {
  border: 1px solid #e4e0e0;
  list-style: none;
  padding: 0;
}

.gitkit-manage-account-list > .gitkit-list-item {
  border-bottom: 1px solid #e4e0e0;
  padding: 10px;
}

.gitkit-manage-account-list > .gitkit-list-item:last-of-type {
  border-bottom: none;
}

.gitkit-account-chip-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.gitkit-account-chip-list > .gitkit-list-item {
  margin-bottom: 24px;
}

@media (max-width: 500px) {
  .gitkit-container-outer {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 10px 0;
  }

  .gitkit-container-outer .gitkit-container {
    padding: 0px;
  }

  .gitkit-manage-account-list {
    border-left: none;
    border-right: none;
  }
}

.gitkit-navbar-mobile .gitkit-sign-in-button {
  width: 100%;
}
.gitkit-navbar-mobile .gitkit-sign-in-button .gitkit-button{
  background: none;
  padding: 5px 9px;
  margin: 0 6px 6px 6px;
  font-size: 12px;
  border: none;
}
.gitkit-navbar-mobile .gitkit-user-card {
  display: none;
}