a {
  color: #00b7ff;
}

body {
  /* background: lightblue url("../img/background.jpeg") no-repeat fixed center;  */
}

form {
  float: left;
}

#user-get-blob {
  background: #fafafa;
  min-height: 400px;
}

#user-get-json {
  padding: 20px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

#update-container {
  padding: 40px;
}

.starter-template {
  max-width: 300px;
  padding: 30px;
  margin: 140px auto 20px;
  background-color: #4ac7a0;
  border: 1px solid #1c8650;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ls-packs-wrapper {
  overflow: auto;
  margin: auto;
  max-width: 500px;
}
.ls-border-grey {
  background: #f3f3f3;
  padding: 10px;
}
.ls-pack {
  width: 100px;
  height: 50px;
  float: left;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 5px;
  padding-top: 5px;
  text-align: center;
}
.ls-pack p {
  text-align: center;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.ls-pack .count {
  font-size: 16px;
  padding: 2px 5px;
}

.ls-pack-active {
  background: #ccc;
}

.ls-pack-selector {
  padding: 0px 20px;
}
.ls-pack-selector .btn-xs {
  line-height: 1;
}
.ls-pack-selector .count,
.ls-pack-selector .all {
  font-size: 16px;
}

.ls-pack-select-wrap {
  padding: 15px;
  border: 1px solid #aaa;
  border-radius: 15px;
  max-width: 400px;
  margin: auto;
}

.ls-pack-select-row {
  background: #eee;
  padding: 4px 0px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  margin-bottom: 0px;
}

#server-response {
  font-size: 16px;
  font-weight: bold;
}

/* Sheesh Admin Tool CSS */
.json-unit {
  padding: 0px;
  min-height: 600px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#accord-gb a.accordion-toggle {
  font-size: 13px;
  background: white;
  font-weight: bold;
  border-top: 1px solid #eee;
  color: #1da98b;
  padding-top: 10px;
  padding-bottom: 10px;
}

#sb-gb-header {
  font-size: 13px;
  margin-bottom: 5px;
}

.form-horizontal.gb-form .control-label {
  width: 30%;
}

.form-horizontal.gb-form .controls {
  margin-left: 32%;
}

.ls-brand {
  text-align: center;
  margin-top: 75px;
}

.btm-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.radio-btns {
  display: flex;
  align-items: center;
}

.radio-btns input {
  margin: 0;
}

.radio-btns label {
  margin: 0 0.5rem;
}

#featuring {
  display: none;
}

#clubs-featured-form {
  width: 100%;
}

#themeClub {
  display: none;
}

.signinMain {
  flex-grow: 1;
  height: 100vh;
  overflow: "auto";
}

.signinMainBg {
  display: flex;
  position: absolute;
  flex-direction: row;
  background-image: url("../img/login_cover.jpg");
  height: 100%;
  z-index: -1;
  width: 100%;
  background-position: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.signinMainContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.signinInfo {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.signinIcon {
  width: 498px;
  height: 218px;
}

#btnGoogleSignIn {
  width: 200px;
}