/*
* LEGACY CODE: Use components approach instead
*/

body {
  font-family: "Raleway", sans-serif;
}

#attributes {
  padding-right: 10px;
  background-color: #eee;
}

#attributes .attribute {
  padding: 0 5px;
}

#attributes .attrValue.bootstrap-select {
  padding: 0;
}

#attributes .attrValue.bootstrap-select button {
  height: 24px;
  padding: 1px 7px 2px;
}

#attributes .attrValue .dropdown-menu.open {
  z-index: 1001;
}

#attributes .attrTitle {
  margin: 10px 5px 0 5px;
  background-color: #2c353e;
  color: white;
  padding: 5px 5px 0 5px;
  width: 100%;
}

#attributes .attrValue {
  margin: 0 5px 10px 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  width: 100%;
}

#attributes input[type="file"] {
  background-color: white;
  height: 34px;
  border: 1px solid lightgray;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
}

#attributes a.attrValue {
  text-align: center;
  color: white;
  background-color: #2c353e;
  padding: 10px;
  display: block;
  width: 110px;
  margin: 15px auto;
  text-decoration: none;
}

#attributes .toggle.btn {
  min-width: 0px;
  min-height: 0px;
}
#attributes .toggle.btn {
  height: 24px !important;
  margin-left: 5px;
  width: 100% !important;
}

#attributes .toggle.btn label {
  padding-top: 2px;
}

#attributes .btn-primary {
  background-color: #c25d31;
  border-color: #c25d31;
}

input[disabled],
input[readonly] {
  background-color: #ebebeb;
  color: #bababa;
  opacity: 1;
}

.navbar {
  background-color: #2a6574;
  height: 100%;
  border-color: #2a6574;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0.3em 1em;
}

.navbar .container-fluid {
  height: 100%;
}

.navbar-brand {
  padding: 9px 27px;
  height: 100%;
  display: block;
}

.navbar img {
  height: 43px;
}

.navbar .container {
  padding: 0;
}

.navbar .navbar-toggle {
  width: inherit;
  border-radius: inherit;
  background-color: transparent;
  border-color: transparent;
  margin-top: 10px;
}

.navbar .profile-image {
  height: 58px;
  padding: 7px;
  top: 5px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}

@media (max-width: 768px) {
  .navbar .profile-image {
    right: 85px;
  }
}

.navbar-nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

ul.navbar-nav {
  background-color: transparent;
}

ul.navbar-nav li > a {
  font-size: 1.2em;
  margin-top: 5px;
  color: white !important;
}

header {
  background-color: #000;
}

.breadcrumb {
  margin-bottom: 1px;
  background-color: #2c353e;
  border-radius: 0;
  padding-left: 35px;
}

.breadcrumb li {
  padding: 2px 1px;
}

.breadcrumb li.active span {
  color: #afb7bb;
}

.breadcrumb > li + li:before {
  content: ">";
  padding-right: 10px;
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a:hover span {
  color: #e87f62;
}

.breadcrumb span {
  color: #fff;
}

div.description {
  padding-top: 15px;
  background-color: white;
}

div.wideDescription {
  background-color: white;
  padding: 0 70px;
}

footer {
  background-color: #2c353e;
}

#saving {
  display: none;
  float: left;
  text-align: center;
  color: #afb7bb;
  width: auto;
  padding: 10px;
  margin: 5px 20px 5px 0;
}

a.blueBtn:hover {
  background-color: #5b5f71;
}

footer a {
  float: right;
  text-align: center;
  color: white !important;
  background-color: #3b4f61;
  padding: 10px;
  display: block;
  width: auto;
  margin: 5px 20px 5px 0;
}

footer a:hover {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.warningBtn {
  float: left;
  text-align: center;
  color: white;
  background-color: #3b4f61;
  padding: 10px;
  display: block;
  width: 100px;
  margin: 0px 20px 5px 20px;
  background-color: #c25d31;
}

.warningBtn:hover {
  text-decoration: none;
  color: white;
  cursor: pointer;
  background-color: #e87f62;
}

#remove-warning .modal-dialog {
  width: 330px;
  margin-top: 200px;
}

#remove-warning .modal-content {
  padding: 20px;
  height: 200px;
}

#tutorial_modal .modal-dialog {
  margin-top: 100px;
}

#tutorial_modal .modal-content {
  padding: 20px;
}

#tutorial_modal .modal-content #tutorial_modal_close {
  float: right;
  color: #f26b3f;
  cursor: pointer;
}

#qr-viewer .modal-dialog {
  width: 330px;
  margin-top: 50px;
}

#qr-viewer img {
  width: 100%;
  image-rendering: pixelated;
}

#community .pubpriv,
#community .delete-game,
#community .edit-game {
  display: none;
}

a:hover {
  text-decoration: none;
}

/*** Colors ***/

.white {
  color: white;
}

/* LOGIN / SIGNUP

	use .login .account if needed

*/
.login,
.account,
.analytics {
  background-color: #f7f7f7;
}

.card {
  padding: 30px 45px;
  background-color: white;
}

.account .card,
.analytics .card {
  margin-top: 20px;
}

.card-header {
  background-color: transparent;
  padding-left: 0;
  border-bottom: none;
  font-size: 1.8em;
  padding-bottom: 0.3rem;
}

.card-body {
  padding: 1.25rem 0;
}

.login button {
  width: 100%;
  border-radius: 25px;
  background-color: #3a4f5f;
  border-color: #3a4f5f;
  margin-top: 0.5em;
}

.login button:hover {
  background-color: #5b5f71;
  border-color: #5b5f71;
}

.login a.btn {
  padding-left: 0;
  color: #2a6574;
}

.button-link {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  height: 36px;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
  border-radius: 25px;
  color: #fff;
  background-color: #3a4f5f;
  border-color: #3a4f5f;
}

.login .button-link:hover {
  color: #fff;
  background-color: #5b5f71;
  border-color: #5b5f71;
}

.account .button-link,
.analytics .button-link {
  background-color: #c25d31;
  border-color: #c25d31;
}

.account .button-link:hover,
.analytics .button-link:hover {
  background-color: #e87f62;
  border-color: #e87f62;
  color: white;
}

.register .form-group,
.login .form-group,
.account .form-group,
.analytics .form-group {
  margin-bottom: 0.5rem;
}

.sidenav {
  width: 150px;
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 60px;
  overflow-x: hidden;
  padding: 8px 0;
}

.sidenav h1 {
  padding-left: 16px;
  text-decoration: none;
  font-size: 1.5em;
  display: block;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 1em;
  color: #777;
  display: block;
}

.sidenav a:hover {
  color: #064579;
}

@media screen and (max-width: 840px) {
  .sidenav {
    display: none;
  }
}

#integration.modal {
  text-align: center;
}

#integration.modal .modal-dialog {
  width: 700px;
}

#integration.modal .modal-content {
  padding: 10px;
}

#integration.modal .modal-content > div {
  border-radius: 5px;
  margin: 5px;
}

#integration.modal .modal-content div.gray {
  border: 2px solid #3a4f5f;
  color: #3a4f5f;
}

#integration.modal .modal-content div.orange {
  border: 2px solid #e87f62;
  color: #e87f62;
  margin-top: 10px;
  margin-bottom: 10px;
}

#integration.modal .modal-content h5 {
  font-size: 1.3em;
  margin: 20px auto;
}

#integration.modal .modal-content h4 {
  font-size: 1.5em;
  margin: 15px auto;
}

#integration.modal .modal-content div img {
  height: 70px;
  display: block;
  margin: 15px auto;
}

#integration.modal .modal-content .share-url img {
  float: left;
  width: 12%;
  height: auto;
  padding: 5px;
  margin-top: -7px;
}

#integration.modal .modal-content .itooltip {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 35px;
  float: left;
  background-color: #3a4f5f;
  border-radius: 0 6px 6px 0;
}

#integration.modal .modal-content .itooltip button {
  padding: 3px;
  height: 30px;
}

#integration.modal .modal-content div.inputwthbutton {
  width: 360px;
  margin-left: 23%;
  height: 30px;
  margin-bottom: 20px;
}

#integration.modal .modal-content div.inputwthbutton.share-url {
  width: 450px;
  margin-left: 16%;
}

#integration.modal .modal-content .inputwthbutton input {
  width: 90%;
  float: left;
  background-color: #f4f7fc !important;
  border: none;
  height: 30px;
  padding-left: 8px;
  border-radius: 6px 0 0 6px;
  font-size: 0.9em;
  text-align: center;
}

#integration.modal .modal-content .inputwthbutton.share-url input {
  width: 66%;
  background-color: #fff8f5 !important;
}

#integration.modal .modal-content .inputwthbutton input:focus,
#integration.modal .modal-content .inputwthbutton button:focus {
  outline: none;
}

#integration.modal .modal-content button {
  color: white;
  background-color: transparent;
  border: none;
}

#integration.modal .modal-content .share-url .itooltip {
  background-color: #e87f62;
}

#integration.modal .modal-content .share-url .itooltip.share {
  margin-left: 10px;
  border-radius: 6px;
}

#integration.modal .modal-content .share-url .itooltip.share i.fa-1-5x {
  padding-top: 3px;
  margin-left: 2px;
}

i.fa-1-5x {
  font-size: 1.4em;
  padding-top: 2px;
}

#integration.modal .modal-content .itooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #2c353e;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 6px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -71px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.itooltip:hover .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}

.itooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.integration.modal #sdks .sdk-images {
  display: block;
  margin-bottom: 50px;
}

.integration.modal #sdks .sdk-images img {
  display: inline;
  margin-top: 0;
  cursor: pointer;
}

.integration.modal #sdks .sdk-images div {
  display: inline-block;
  width: 113px;
}

.integration.modal #sdks .sdk-images p {
  color: #e87f62;
  font-size: 1.1em;
  margin-top: -60px;
  font-weight: 700;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  background-color: rgba(0, 0, 0, 0.6);
}

.integration.modal #sdks .sdk-images a {
  display: block;
}

button.close {
  -webkit-appearance: none;
  width: 14px;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  position: absolute;
  right: 22px;
  font-size: 2em;
  color: gray !important;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/*.py-4 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-4 > div {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}*/

.registercontent,
.logincontent {
  background-size: cover;
}

.registercontent {
  background-image: url("../images/signup-back.jpg");
}

.logincontent {
  background-image: url("../images/login-back.jpg");
}

.logincontent .card.login {
  color: white;
  background-color: rgba(59, 79, 95, 0.5);
}

.logincontent input,
.registercontent input {
  background-color: white !important;
  margin: 5px auto;
}

.registercontent .selectpicker {
  text-indent: 4px;
}

.logincontent a.btn,
.registercontent a.btn {
  color: white;
}

.logincontent .card.register {
  color: #3a4f5f;
  background-color: rgba(255, 255, 255, 0.4);
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.registercontent .card.login {
  color: #3a4f5f;
  background-color: rgba(255, 255, 255, 0.2);
}

.registercontent .card.register {
  color: white;
  background-color: rgba(59, 79, 95, 0.5);
}

.registercontent .card.register a {
  color: white;
  text-decoration: underline;
}

.registercontent .card.register .card-header {
  color: #3a4f5f;
}

.registercontent .card.login .card-header {
  color: white;
}

.registercontent .geobot-msg,
.logincontent .geobot-msg {
  text-align: right;
  line-height: 1.7em;
  margin: 40px 0;
  margin-right: 70px;
}

.registercontent .geobot-msg {
  color: #ffffff;
}

.registercontent .geobot-msg span {
  background-color: rgba(42, 101, 116, 0.6);
  padding: 5px;
}

.logincontent .geobot-msg {
  color: #2a6574;
}

.logincontent .geobot-msg span {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px;
}

.registercontent .geobot-msg h3 {
  font-weight: 500;
  font-size: 1.7em;
  line-height: 1.8em;
}

.logincontent .geobot-msg h3 {
  font-size: 1.7em;
  line-height: 1.8em;
}

.registercontent .geobot-msg img {
  display: block;
  height: 100px;
  margin-left: 28px;
}

.logincontent .geobot-msg img {
  display: block;
  height: 100px;
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .registercontent .col-md-6 > .card,
  .logincontent .col-md-6 > .card {
    margin: 0 70px;
  }

  .logincontent .geobot-msg img {
    padding-right: 50px;
  }
}

.analytics {
  margin-bottom: 30px;
}

.analytics-right {
  margin-left: 200px;
}

.analytics-right h3 {
  margin-bottom: 17px;
}

.analytics #analytics-plot-selector {
  max-width: 150px;
}

@media screen and (max-width: 840px) {
  .analytics-right {
    margin-left: 0;
  }
}

.form-control::placeholder {
  color: #aab7c4;
}

/* STRIPE FORM */
.StripeElement {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin-top: 15px;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.inpage-alert {
  background-color: rgba(232, 127, 98, 0.3);
  color: #2c353e;
  margin: 20px 0 0 0;
}

.alert-link.orangeBtn {
  text-decoration: none;
  text-align: center;
  color: white !important;
  background-color: #e87f62;
  padding: 10px;
  width: auto;
  display: block;
}

.alert-link.orangeBtn:hover {
  color: white !important;
  background-color: #2c353e;
}
